AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : QueryCadLayer Method |
This method has been deprecated and will be removed from ImagXpress in a future release. Please use QueryCadLayer2 instead. |
Query the CAD layer with the given attributes.
Visual Basic |
---|
Public Sub QueryCadLayer( _ 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 _ ) |