AddMember Data Member Function

Adds a <DataCapture> object and a member name to this object.

Prototype

int32 AddMember( DataCapture member, string name )

Parameters

Parameter Type Parameter Name Documentation
<DataCapture>memberA pointer to the <DataCapture> object member. This function transfers ownership of the <DataCapture> object to the <StructInstanceArrayNode> object's <DataCaptureList> object.
stringnameThe name of the new member.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.