Sets freeze parameter for
CADLayer
Namespace:
CADImport.CADImportControls
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub SetFreezeLayer( _ ByVal visible As Boolean, _ ByVal index As Integer _ ) |
C#
|
public void SetFreezeLayer( bool visible, int index ) |
Parameters
-
visible
-
Type: bool
A value which the specified layer's visibility will be set to
-
index
-
Type: int
An index of the layer in the collection of layers
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also