Sets a layer color by the specified
layer index
Namespace:
CADImport.CADImportControls
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub SetColorLayer( _ ByVal color As Color, _ ByVal index As Integer _ ) |
Parameters
-
color
-
Type: Color
Setting color
-
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