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