Click or drag to resize

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)
Syntax
public DrawingStyle this[
	string name
] { get; }

Parameters

name
Type: SystemString
The String name of the entry to locate.

Return Value

Type: DrawingStyle
An element DrawingStyle from list of values associated with the specified key, if found; otherwise, null.
Exceptions
ExceptionCondition
NotSupportedExceptionThe collection is read-only and the operation attempts to modify the collection.
See Also