Accusoft.ImagXpressSdk Namespace > ImageXData Class : Layer Method |
'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 )
Any layer can be loaded into the LoadOptionsCad class and all changes to all layers applied will take affect.
Note: Available in Professional edition.