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