GetCustomProperty Method (IDrawingProperties) Send Feedback
See Also 
Value[out]
Value of the custom property
Key
Name of the custom property
Gets the value of the specified custom property.

Syntax

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

Parameters

Key
Name of the custom property
Value[out] or Return Value
Value of the custom property
 

See Also

Availability

DraftSight V1R5.0