<DataMemberNode> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » Group » DataMemberNode

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32GetPropertyItemTypesPopulates a <StrList> with strings containing the property item types. For example: bool, int32. Refers to the PropertyItemType enumeration.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
stringDocumentationGets or sets the documentation string. This string should describe the data member.
stringObjectTypeGets or sets the string containing the data member type. This can be a primitive type or user defined type.
int32PropertyItemTypeGets or sets the property item type. Refers to the PropertyItemType enumeration.