GetCustomProperty Method (IDrawingProperties)
Gets the value of the specified custom property.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCustomProperty( _
BSTR Key As System.String _
) As System.String |
C# | |
---|
System.string GetCustomProperty(
System.string Key
) |
JavaScript | |
---|
GetCustomProperty(
Key : System.String\n) : String |
COM native C++ | |
---|
HRESULT GetCustomProperty(
const dsString& Key
,
BSTR* Value
) |
Parameters
- Key
- Name of the custom property
Parameters
- Value[out] or Return Value
- Value of the custom property
See Also
Availability
DraftSight V1R5.0