HasCustomProperty Method (IDrawingProperties)
Gets whether the specified custom property was added to this drawing document.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Function HasCustomProperty( _
BSTR Key As System.String _
) As System.Boolean |
| C# | |
|---|
System.bool HasCustomProperty(
System.string Key
) |
Parameters
- Key
- Name of custom property
Parameters
- 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