Difference between revisions of "VCOM:VectorWorks:IFCLib:IIFCSupport::IFC ResetMapToDefaults"
From Vectorworks Developer
NBeshevliev (Talk | contribs) |
|||
Line 9: | Line 9: | ||
Member of [[VCOM:VectorWorks:IFCLib:IIFCSupport|IIFCSupport]] | Member of [[VCOM:VectorWorks:IFCLib:IIFCSupport|IIFCSupport]] | ||
− | + | Resets the data mapping to the default values. | |
</desc> | </desc> | ||
Line 32: | Line 32: | ||
kVCOMError_NoError | kVCOMError_NoError | ||
The function succeeded. No Error! | The function succeeded. No Error! | ||
− | |||
− | |||
− | |||
− | |||
</line> | </line> | ||
<line> | <line> | ||
Line 59: | Line 55: | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ||
<version> | <version> | ||
+ | Available from: Vectorworks 2018 | ||
</version> | </version> | ||
Latest revision as of 01:51, 31 August 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 IIFCSupport
Resets the data mapping to the default values.
VCOMError IFC_ResetMapToDefaults( );
Return Value
Uses standard VCOM Error Reporting.Return value meaning:
kVCOMError_NoError The function succeeded. No Error! kVCOMError_Failed Routine failed.