RemoveCustomProperty Method (IDrawingProperties)
Deletes the specified custom property from this drawing document.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Sub RemoveCustomProperty( _
const dsString& Key As System.String _
) |
| C# | |
|---|
void RemoveCustomProperty(
System.string Key
) |
| JavaScript | |
|---|
RemoveCustomProperty(
Key : String
) |
| COM native C++ | |
|---|
HRESULT RemoveCustomProperty(
BSTR Key
) |
| C++ | |
|---|
DSRESULT RemoveCustomProperty(
const dsString& Key
) |
Parameters
- Key
- Name of the custom property to delete
Example
See Also
Availability
DraftSight V1R5.0