Gets a name of the layer that has the specified index in the collection of layers.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function GetLayerName( _ ByVal ind As Integer _ ) As String |
Parameters
-
ind
-
Type: int
An index of the layer in the collection of layers.
Return Value
A
string containing the name of the specified layer.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also