Accusoft.ImagXpress13.Net
Layer Method




An integer which represents the index of the layer.
Returns information for a specific layer.
Syntax
'Declaration
 
Public Function Layer( _
   ByVal LayerIndex As Integer _
) As CadLayer
'Usage
 
Dim instance As ImageXData
Dim LayerIndex As Integer
Dim value As CadLayer
 
value = instance.Layer(LayerIndex)
public CadLayer Layer( 
   int LayerIndex
)
public: CadLayer* Layer( 
   int LayerIndex
) 
public:
CadLayer^ Layer( 
   int LayerIndex
) 

Parameters

LayerIndex
An integer which represents the index of the layer.

Return Value

A CadLayer object.
Remarks

Any layer can be loaded into the LoadOptionsCad class and all changes to all layers applied will take affect.

Note: Available in Professional edition.

See Also

Reference

ImageXData Class
ImageXData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback