Gets layer color by index
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function GetLayerColor( _ ByVal ind As Integer _ ) As Color |
C#
|
public Color GetLayerColor( int ind ) |
Parameters
-
ind
-
Type: int
An index of the layer in the collection of layers
Return Value
A
Color of the layer
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also