| 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
IDrawingProperties Interface
IDrawingProperties Members
IDrawingProperties::AddCustomProperty Method ()
IDrawingProperties::GetCustomProperty Method ()
IDrawingProperties::GetCustomPropertyAt Method ()
IDrawingProperties::GetCustomPropertyCount Method ()
IDrawingProperties::RemoveCustomProperty Method ()
IDrawingProperties::RemoveCustomPropertyAt Method ()
IDrawingProperties::SetCustomProperty Method ()
IDrawingProperties::SetCustomPropertyAt Method ()
IDrawingProperties Members
IDrawingProperties::AddCustomProperty Method ()
IDrawingProperties::GetCustomProperty Method ()
IDrawingProperties::GetCustomPropertyAt Method ()
IDrawingProperties::GetCustomPropertyCount Method ()
IDrawingProperties::RemoveCustomProperty Method ()
IDrawingProperties::RemoveCustomPropertyAt Method ()
IDrawingProperties::SetCustomProperty Method ()
IDrawingProperties::SetCustomPropertyAt Method ()
DraftSight V1R5.0
Syntax