DrawingStyleCollectionItem Property (String) |
Gets an element with the specified name.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic DrawingStyle this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As DrawingStyle
Get
Parameters
- name
- Type: SystemString
The String name of the entry to locate.
Return Value
Type:
DrawingStyleAn element
DrawingStyle from list of values associated with the specified key, if found; otherwise, null.
ExceptionsException | Condition |
---|
NotSupportedException | The collection is read-only and the operation attempts to modify the collection. |
See Also