Add Data Member Function

Adds a <GraphicsFeature> object by value. This means that the value of the <GraphicsFeature> object is copied onto an existing entry in the array - the object itself is not added to the array.

Prototype

int32 Add( GraphicsFeature value )

Parameters

Parameter Type Parameter Name Documentation
<GraphicsFeature>valueA pointer to the <GraphicsFeature> object to copy into the array.

Examples

Copy Text To Clipboard

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