InsertHandle Method (ICustomData)
Inserts a handle at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertHandle( _
long Index As System.Integer, _
const dsString& Handle As System.String _
) |
C# | |
---|
void InsertHandle(
System.int Index,
System.string Handle
) |
JavaScript | |
---|
InsertHandle(
Index : Number,
Handle : String
) |
Parameters
- Index
- Index where to insert the custom data
- Handle
- Value of the handle
Example
Remarks
See Also
Availability
DraftSight V1R1.2