Difference between revisions of "VCOM:VectorWorks:IFCLib:IIFCSupport::IFC GetRecordLocalizedName"
From Vectorworks Developer
Line 67: | Line 67: | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ||
<version> | <version> | ||
− | Vectorworks 2019 | + | Available from: Vectorworks 2019. |
</version> | </version> | ||
Revision as of 03:58, 12 March 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 localized name of the record.
VCOMError IFC_GetRecordLocalizedName(
MCObjectHandle hFormat,
TXString& outName);
Parameters
hFormat MCObjectHandle Handle to the record. outName TXString Out parameter for the result.
Return Value
Uses standard VCOM Error Reporting.Return value meaning:
kVCOMError_NoError The function succeeded. No Error! kVCOMError_Failed Routine failed.