Returns a flag that shows whether the provided object is enabled in the current mapping settings.
FUNCTION IFC_DMIsObjEnabled(inStrObjName : STRING): BOOLEAN;def vs.IFC_DMIsObjEnabled(inStrObjName):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| inStrObjName | STRING | Object's name. |
PROCEDURE IsObjEnabled;
VAR
bOk : BOOLEAN;
BEGIN
bOk := IFC_DMIsObjEnabled('Space'); {bOk returns if the Space Object is enabled in the current mapping}
END;
RUN(IsObjEnabled);bOk = vs.IFC_DMIsObjEnabled('Space'); #bOk returns if the Space Object is enabled in the current mappingAvailable from: Vectorworks 2017