VS:IFC DMIsEntryEnabled
From Vectorworks Developer
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Checks if the indicated entry from current IFC Data Mapping is enabled.FUNCTION IFC_DMIsEntryEnabled(
inStrObjName :STRING;
inStrEntryName :STRING) : BOOLEAN;
def vs.IFC_DMIsEntryEnabled(inStrObjName, inStrEntryName): return BOOLEAN
Parameters
inStrObjName STRING inStrEntryName STRING