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