Accusoft.ImagXpress13.Net
Layout Method




Index of the layout.
Returns CAD Layout information.
Syntax
'Declaration
 
Public Function Layout( _
   ByVal LayoutIndex As Integer _
) As CadLayout
'Usage
 
Dim instance As ImageXData
Dim LayoutIndex As Integer
Dim value As CadLayout
 
value = instance.Layout(LayoutIndex)
public CadLayout Layout( 
   int LayoutIndex
)
public: CadLayout* Layout( 
   int LayoutIndex
) 
public:
CadLayout^ Layout( 
   int LayoutIndex
) 

Parameters

LayoutIndex
Index of the layout.

Return Value

A CadLayout object.
Remarks

Note: QueryCadFormat must be called before this method.

Note: Available in Professional edition.

See Also

Reference

ImageXData Class
ImageXData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback