Difference between revisions of "VS:IFC DMSetFieldEmpty"
From Vectorworks Developer
(Created page with "{{LocationMain|category=LocationVS|specific=}} __TOC__ <vwDoc> ----------------------------------------------------------------------------------------------------------- <de...") |
|||
Line 43: | Line 43: | ||
</lineList> | </lineList> | ||
</params> | </params> | ||
+ | |||
+ | ----------------------------------------------------------------------------------------------------------- | ||
+ | <return></return> | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
Latest revision as of 03:53, 17 December 2018
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
FUNCTION IFC_DMSetFieldEmpty(
inStrObjName :STRING;
inStrEntryName :STRING;
inStrFieldName :STRING;
bEmpty :BOOLEAN) : BOOLEAN;
def vs.IFC_DMSetFieldEmpty(inStrObjName, inStrEntryName, inStrFieldName, bEmpty): return BOOLEAN
Parameters
inStrObjName STRING inStrEntryName STRING inStrFieldName STRING bEmpty BOOLEAN