Skip to Content
0
Former Member
Sep 10, 2007 at 09:19 AM

Getting AttributeInfo of all the attributes in the node

30 Views

Hi all,

I have applied EVS to one of the attribute of a node by using the following code:

<b>IWDAttributeInfo attributeInfo =

wdContext.node<Nodename>.getNodeInfo().getAttribute(<AttributeName>);

ISimpleTypeModifiable type = attributeInfo.getModifiableSimpleType();

type.setFieldLabel("Type");</b>

But now I want to apply EVS to all the 10 attributes of a particular node.Is there any way to get the attributeInfo of all the attributes of that node by applying for loop.

Please help me out....

Helpful answers will be rewarded.

Thanxs in advance.