Changes the value of the specified custom property, which was previously added to this drawing document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetCustomProperty( _
BSTR Key As System.String, _
BSTR Value As System.String _
) |
C# | |
---|
void SetCustomProperty(
System.string Key,
System.string Value
) |
JavaScript | |
---|
SetCustomProperty(
Key : System.String,
Value : System.String
) |
COM native C++ | |
---|
HRESULT SetCustomProperty(
const dsString& Key,
const dsString& Value
) |
Parameters
- Key
- Name of custom property whose value to change
- Value
- Value for custom property
Example
See Also
Availability
DraftSight V1R5.0