Difference between revisions of "VS:IFC DMIsObjEnabled"
From Vectorworks Developer
(Created page with " {{LocationMain|category=LocationVS|specific=}} __TOC__ <vwDoc> ----------------------------------------------------------------------------------------------------------- <d...") |
|||
Line 6: | Line 6: | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ||
<desc> | <desc> | ||
+ | Returns a flag that shows whether the provided object is enabled in the current mapping settings. | ||
</desc> | </desc> | ||
Line 25: | Line 26: | ||
inStrObjName | inStrObjName | ||
STRING | STRING | ||
− | + | Object's name. | |
</line> | </line> | ||
</lineList> | </lineList> | ||
Line 37: | Line 38: | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ||
− | <seeAlso></seeAlso> | + | <seeAlso> |
+ | [[Category:VS Function Reference|IFC DMEnableObject]] | ||
+ | </seeAlso> | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
Revision as of 07:30, 29 October 2018
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
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
Parameters
inStrObjName STRING Object's name.
Version
Available from: Vectorworks 2017See Also
[[Category:VS Function Reference|IFC DMEnableObject]]