Version: |
9.0.0 |
Description: |
Specifies whether to import DWG/DXF reference frames. |
Declaration: |
|
C/C++ |
extern "C" vbool WINAPI VCGetNotImportXref(short* iError); |
Delphi |
function VCGetNotImportXref(var iError: SmallInt): WordBool; stdcall; |
ActiveX/COM |
Function GetNotImportXref() As Integer |
Parameters: |
tf - Boolean setting |
Return Value: |
the Boolean setting |
iError Code: |
0 - Success |
Notes: |
When importing DWG or DXF drawings containing reference frames, it is optional whether to import the reference frames or not. If importing the reference frames, then VCSetImportConvertXref controls whether the reference frames are imported as VCD or kept as DWG/DXF. |
See Also: |