Accusoft ImagXpress 12
CadOpen Method
See Also  Send comments on this topic.
FileName
The name of the CAD file to open.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : CadOpen Method

Glossary Item Box

Description

Opens the CAD file for repeated renderings of differently selected layers and layouts.

Syntax

Visual Basic
Public Sub CadOpen( _
   ByVal FileName As String _
) 

Parameters

FileName
The name of the CAD file to open.

Remarks

This method keeps the internal tables and reference objects available for subsequent viewing by CadView. Without any CAD load options selected, the default layout and layers are rendered at the default paper size and resolution.

To terminate the viewing and remove the tables, CadClose must be called.

Note: This method does not support asynchronous operations nor support of annotations for adding or viewing.

Note: The IFileSize and IFormat properties may be not retained through the repeated renderings of the different layers and layouts. The application should maintain these properties if the data is needed.

Note: Available in Professional edition.

See Also

©2013. Accusoft Corporation. All Rights Reserved.