Difference between revisions of "VCOM:VectorWorks:IFCLib:IIFCSupport::IFC GetRecordLocalizedName"
From Vectorworks Developer
Line 72: | Line 72: | ||
</vwDoc> | </vwDoc> | ||
− | [[Category:VCOM:VectorWorks: | + | [[Category:VCOM:VectorWorks:IFCLib:IIFCSupport|IFC_GetRecordLocalizedName]] |
Revision as of 03:59, 5 April 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.