public DisplayObject(const BmgChar* GCCode, ObjectType type, long folderID, bool hidden);
Creates a new instance of a DisplayObject.
void DisplayObject_Sample()
{
thisObject = new GeoCalc.DisplayObject(L"CHANGEME", System.Object.LinearUnitType, 2, false);
}