AddCustomProperty Method (IDrawingProperties)
Adds a custom property and its value to the drawing document.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Sub AddCustomProperty( _
const dsString& Key As System.String, _
const dsString& Value As System.String _
) |
| C# | |
|---|
void AddCustomProperty(
System.string Key,
System.string Value
) |
| JavaScript | |
|---|
AddCustomProperty(
Key : String,
Value : String
) |
Parameters
- Key
- Name for the custom property
- Value
- Value for the custom property
Example
See Also
Availability
DraftSight V1R5.0