RemoveCustomProperty Method (IDrawingProperties) Send Feedback
See Also 
Key
Name of the custom property to delete
Deletes the specified custom property from this drawing document.

Syntax

Visual Basic 
Sub RemoveCustomProperty( _
   ByVal 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 the IDrawingProperties examples.
 

See Also

Availability

DraftSight V1R5.0