Difference between revisions of "VCOM:VectorWorks:IFCLib:IIFCSupport::IFC GetEntryName"
From Vectorworks Developer
Line 9: | Line 9: | ||
Member of [[VCOM:VectorWorks:IFCLib:IIFCSupport]] | Member of [[VCOM:VectorWorks:IFCLib:IIFCSupport]] | ||
− | + | Returns the name of the mapped IFC entity name according to the data mapping. | |
</desc> | </desc> | ||
Line 25: | Line 25: | ||
index | index | ||
size_t | size_t | ||
− | + | Index of the mapped etiity. | |
</line> | </line> | ||
<line> | <line> | ||
strObjectName | strObjectName | ||
TXString | TXString | ||
− | + | The name of the parametric object. | |
</line> | </line> | ||
<line> | <line> | ||
outEntryName | outEntryName | ||
TXString | TXString | ||
− | + | The result. | |
</line> | </line> | ||
</lineList> | </lineList> | ||
Line 49: | Line 49: | ||
kVCOMError_NoError | kVCOMError_NoError | ||
The function succeeded. No Error! | The function succeeded. No Error! | ||
− | |||
− | |||
− | |||
− | |||
</line> | </line> | ||
<line> | <line> | ||
Line 76: | Line 72: | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ||
<version> | <version> | ||
+ | Available from: Vectorworks 2019. | ||
</version> | </version> | ||
Revision as of 09:31, 14 May 2018
.SDK|SDK ..SDK:Types|SDK Types ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference
Description
namespaceVectorWorks::IFCLib
Member of VCOM:VectorWorks:IFCLib:IIFCSupport
Returns the name of the mapped IFC entity name according to the data mapping.
VCOMError IFC_GetEntryName(
const size_t index,
const TXString& strObjectName,
TXString& outEntryName);
Parameters
index size_t Index of the mapped etiity. strObjectName TXString The name of the parametric object. outEntryName TXString The result.
Return Value
Uses standard VCOM Error Reporting.Return value meaning:
kVCOMError_NoError The function succeeded. No Error! kVCOMError_Failed Routine failed.