Difference between revisions of "VCOM:VectorWorks:IFCLib:IIFCSupport::IFC SetIFCScheme"
From Vectorworks Developer
NBeshevliev (Talk | contribs) |
|||
Line 24: | Line 24: | ||
<line> | <line> | ||
scheme | scheme | ||
− | EIFCSupportSchema | + | [[VCOM:VectorWorks:IFCLib:IFCEnumerations|EIFCSupportSchema]] |
Possible values are <b>kIFCSupportScheme_2x2</b> (IFC 2x3); <b>kIFCSupportScheme_2x3</b> (IFC 2x3) and <b>kIFCSupportScheme_2x4</b> (IFC 4) | Possible values are <b>kIFCSupportScheme_2x2</b> (IFC 2x3); <b>kIFCSupportScheme_2x3</b> (IFC 2x3) and <b>kIFCSupportScheme_2x4</b> (IFC 4) | ||
</line> | </line> |
Revision as of 09:05, 3 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
Sets IFC Scheme for the project.
VCOMError IFC_SetIFCScheme(
EIFCSupportSchema scheme);
Parameters
scheme EIFCSupportSchema Possible values are kIFCSupportScheme_2x2 (IFC 2x3); kIFCSupportScheme_2x3 (IFC 2x3) and kIFCSupportScheme_2x4 (IFC 4)
Return Value
Uses standard VCOM Error Reporting.Return value meaning:
kVCOMError_NoError The function succeeded. No Error! kVCOMError_Failed The function failed.
Remarks
Use this function via global pointer gIFC.Version
Available from: Vectorworks 2017See Also
IIFCSupport::SetIFCScheme[[VCOM:VectorWorks:Extension:IIFCSupport::SetIFCScheme|IIFCSupport::SetIFCScheme]]