VS:IFC DMGetFieldName: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(Created page with " {{LocationMain|category=LocationVS|specific=}} __TOC__ <vwDoc> ----------------------------------------------------------------------------------------------------------- <d...")
 
No edit summary
 
Line 45: Line 45:
</lineList>
</lineList>
</params>
</params>
-----------------------------------------------------------------------------------------------------------
<return></return>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Latest revision as of 08:51, 17 December 2018

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Gets indicated field name from current IFC Data Mapping.

FUNCTION IFC_DMGetFieldName(
inStrObjName :STRING;
inStrEntryName :STRING;
index :INTEGER;
VAR outStrFieldName :STRING) : BOOLEAN;
def vs.IFC_DMGetFieldName(inStrObjName, inStrEntryName, index):
    return (BOOLEAN, outStrFieldName)

Parameters

inStrObjName STRING
inStrEntryName STRING
index INTEGER
outStrFieldName STRING

Version

Available from: Vectorworks 2017