| Visual Basic | |
|---|---|
Function InsertCustomData( _ ByVal Index As System.Integer _ ) As CustomData | |
| C# | |
|---|---|
CustomData InsertCustomData( System.int Index ) | |
| JavaScript | |
|---|---|
InsertCustomData( Index : Number ) : dsCustomData | |
| COM native C++ | |
|---|---|
HRESULT InsertCustomData( LONG Index, ICustomData** CustomData ) | |
| C++ | |
|---|---|
DSRESULT InsertCustomData( long Index, dsCustomData** CustomData ) | |
Parameters
- Index
- Index where to insert the custom data
- CustomData[out] or Return Value
- Custom data
Add, Modify, and Remove Custom Data (C#)
Add, Modify, and Remove Custom Data (VB.NET)
Add, Modify, and Remove Custom Data (VBA)
Add, Modify, and Remove Custom Data (VB.NET)
Add, Modify, and Remove Custom Data (VBA)
DraftSight V1R1.2
Syntax