Accusoft ImagXpress 13
QueryCadLayer2 Method
A long value representing the layer index.
A string value representing the layer name.
A string value representing the layer description.
A Boolean value to set to True to freeze the layer. Otherwise, False should be set.
A Boolean value to set to True when the layer is in use. Otherwise, False should be set.
A Boolean value to set to True to lock the given layer. Otherwise, False should be set.
A Boolean value to set to True to allow the given layer to be plottable. Otherwise, False should be set.
A Boolean value to set to True to turn on the given layer. Otherwise, False should be set.
Description
Queries the CAD layer with the given attributes.
Syntax
Visual Basic
Public Sub QueryCadLayer2( _
   ByVal LayerIndex As Long, _
   ByRef LayerName As String, _
   ByRef LayerDescription As String, _
   ByRef Frozen As Boolean, _
   ByRef InUse As Boolean, _
   ByRef Locked As Boolean, _
   ByRef Plottable As Boolean, _
   ByRef On As Boolean _
) 
Parameters
LayerIndex
A long value representing the layer index.
LayerName
A string value representing the layer name.
LayerDescription
A string value representing the layer description.
Frozen
A Boolean value to set to True to freeze the layer. Otherwise, False should be set.
InUse
A Boolean value to set to True when the layer is in use. Otherwise, False should be set.
Locked
A Boolean value to set to True to lock the given layer. Otherwise, False should be set.
Plottable
A Boolean value to set to True to allow the given layer to be plottable. Otherwise, False should be set.
On
A Boolean value to set to True to turn on the given layer. Otherwise, False should be set.
Remarks
Available in Professional Edition.
See Also

ImagXpress Object  | ImagXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback