DisplayObject Constructor

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);

}