HasEntry Method (IDictionary)
Gets whether the dictionary contains an entity with the specified name.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function HasEntry( _
BSTR Name As System.String _
) As System.Boolean |
C# | |
---|
System.bool HasEntry(
System.string Name
) |
Parameters
- Name
- Name of specified entity
Parameters
- HasEntry[out] or Return Value
- True if the dictionary contains an entity with the specified name, false if not
Example
See Also
Availability
DraftSight V1R4.0