GetLayerName Method (ICustomData)
Gets the specified custom data element whose value is the name of a Layer.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetLayerName( _
long Index As System.Integer, _
dsString* Value As System.String _
) |
C# | |
---|
void GetLayerName(
System.int Index,
out System.string Value
) |
JavaScript | |
---|
GetLayerName(
Index : Number
) : String
|
Parameters
- Index
- Index of the custom data element
- Value[out] or Return Value
- Name of a Layer
Example
Remarks
See Also
Availability
DraftSight V1R1.2