Changes the value of the custom property, which was previously added to this drawing document, at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetCustomPropertyAt( _
LONG Index As System.Integer, _
BSTR Value As System.String _
) |
C# | |
---|
void SetCustomPropertyAt(
System.int Index,
System.string Value
) |
JavaScript | |
---|
SetCustomPropertyAt(
Index : Number,
Value : System.String
) |
Parameters
- Index
- Index of the custom property whose value to change (see Remarks)
- Value
- Value for the custom property
Example
Remarks
See Also
Availability
DraftSight V1R5.0