InsertLayerName Method (ICustomData)
Inserts the name of a Layer at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertLayerName( _
LONG Index As System.Integer, _
BSTR Value As System.String _
) |
C# | |
---|
void InsertLayerName(
System.int Index,
System.string Value
) |
JavaScript | |
---|
InsertLayerName(
Index : Number,
Value : System.String
) |
Parameters
- Index
- Index where to insert custom data
- Value
Name of a Layer
Example
Remarks
See Also
Availability
DraftSight V1R1.2