public DisplayObject(const BmgChar* GCCode, ObjectType type, long folderID, bool hidden);
Description
Creates a new instance of a DisplayObject.
Example
void DisplayObject_Sample()
{
thisObject = new GeoCalc.DisplayObject(L"CHANGEME", System.Object.LinearUnitType, 2, false);
}
Comments
0 comments
Please sign in to leave a comment.