<StringArrayNode> Data Interface

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

Class HierarchyType » Node » VariableNode » VariableArrayNode » StringArrayNode

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32FillFills this StringArrayNode with the values from a <StrList>.
int32GetCountReturns the count of the underlying <StrList> object.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<StrList>ObjectsReturns a pointer to the underlying <StrList> object. For example: you can call array.Objects.Get( n ), where Get is <StrList> data interface and n is a valid index into the array.