Sets
CADLayer.Frozen parameter for the layer
by the specified
layer index
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
Setting value
-
index
-
Type: int
An index of the layer in the layers collection
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also