HasCustomProperty Method (IDrawingProperties) Send Feedback
See Also 
HasProperty[out]
True if the specified custom property was added to this drawing document, false if not
Key
Name of custom property
Gets whether the specified custom property was added to this drawing document.

Syntax

Visual Basic 
Function HasCustomProperty( _
   ByVal Key As System.String _
) As System.Boolean
C# 
System.bool HasCustomProperty( 
   System.string Key
)
JavaScript 
HasCustomProperty( 
   Key : String
) : Boolean
COM native C++ 
HRESULT HasCustomProperty( 
   BSTR Key,
   VARIANT_BOOL* HasProperty
) 
C++ 
DSRESULT HasCustomProperty( 
   const dsString& Key,
   bool* HasProperty
) 

Parameters

Key
Name of custom property
HasProperty[out] or Return Value
True if the specified custom property was added to this drawing document, false if not
 

See Also

Availability

DraftSight V1R5.0