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