Accusoft.ImagXpress13.Net
QueryCadFormat Method




The CadFileType which represents the type of CAD file.
The CadVersion.
An integer value which represents the layer count.
An integer value which represents the layout count.
Returns general information on number of cad layouts, layers, version and filetype.
Syntax
'Declaration
 
Public Sub QueryCadFormat( _
   ByRef cadFileType As CadFileType, _
   ByRef cadVersion As CadVersion, _
   ByRef layerCount As Integer, _
   ByRef layoutCount As Integer _
) 
'Usage
 
Dim instance As ImageXData
Dim cadFileType As CadFileType
Dim cadVersion As CadVersion
Dim layerCount As Integer
Dim layoutCount As Integer
 
instance.QueryCadFormat(cadFileType, cadVersion, layerCount, layoutCount)
public void QueryCadFormat( 
   out CadFileType cadFileType,
   out CadVersion cadVersion,
   out int layerCount,
   out int layoutCount
)
public: void QueryCadFormat( 
   [PARAMFLAG::Out] CadFileType cadFileType,
   [PARAMFLAG::Out] CadVersion cadVersion,
   [PARAMFLAG::Out] int layerCount,
   [PARAMFLAG::Out] int layoutCount
) 
public:
void QueryCadFormat( 
   [Out] CadFileType cadFileType,
   [Out] CadVersion cadVersion,
   [Out] int layerCount,
   [Out] int layoutCount
) 

Parameters

cadFileType
The CadFileType which represents the type of CAD file.
cadVersion
The CadVersion.
layerCount
An integer value which represents the layer count.
layoutCount
An integer value which represents the layout count.
Remarks

This object must have been returned from QueryFile, QueryFromStream or QueryBuffer and the format Accusoft.ImagXpressSdk.ImageXFormat.Cad.

Note: Available in Professional edition.

See Also

Reference

ImageXData Class
ImageXData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback