VCOM:VectorWorks:IFCLib:IIFCSupport::CloseForDocument: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
(Undo revision 23649 by KGoranov (talk))
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{LocationMain|category=LocationVCOM|specific=}}
<font color="red">DO NOT USE THIS FUNCTION.</font> It is not supported.
 
__TOC__
<vwDoc>
 
-----------------------------------------------------------------------------------------------------------
<desc>
namespace <code>VectorWorks::IFCLib</code>
 
Member of [[VCOM:VectorWorks:IFCLib:IIFCSupport]]
 
...put some description here...
</desc>
 
-----------------------------------------------------------------------------------------------------------
<def>
<funcDef lang="cpp">
virtual VCOMErrorVCOM_CALLTYPE CloseForDocument(MCObjectHandle hDocument) = 0;
</funcDef>
</def>
 
-----------------------------------------------------------------------------------------------------------
<params>
<lineList ident=1>
<line>
hDocument
MCObjectHandle
no info.
</line>
</lineList>
</params>
 
-----------------------------------------------------------------------------------------------------------
<return>
Uses standard [[VCOM:VCOMError|VCOM Error Reporting]].
 
Return value meaning:
<lineList ident=1>
<line>
kVCOMError_NotInitialized
Bad VCOM instance used to call the fuction.
</line>
<line>
kVCOMError_Failed
Routine failed.
</line>
</lineList>
</return>
 
-----------------------------------------------------------------------------------------------------------
<remark>
</remark>
 
-----------------------------------------------------------------------------------------------------------
<sample>
</sample>
 
-----------------------------------------------------------------------------------------------------------
<seeAlso>
</seeAlso>
 
-----------------------------------------------------------------------------------------------------------
<version>
</version>
 
</vwDoc>
 
[[Category:VCOM:VectorWorks:IFCLib:IIFCSupport|CloseForDocument]]

Latest revision as of 12:10, 27 August 2018

DO NOT USE THIS FUNCTION. It is not supported.