Adds a <DataCapture> object and a member name to this object.
int32 AddMember( DataCapture member, string name )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <DataCapture> | member | A pointer to the <DataCapture> object member. This function transfers ownership of the <DataCapture> object to the <StructInstanceArrayNode> object's <DataCaptureList> object. |
| string | name | The name of the new member. |
None published. Please look for an example in the Simdify Scripting Language code base.