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