CadLineTypesDictionary.Item

CadLineTypesDictionary indexer

Gets or sets the CadLineTypeTableObject with the specified key.

public CadLineTypeTableObject this[string key] { get; set; }
ParameterDescription
keyThe CadLineTypeTableObject key.

Return Value

The CadLineTypeTableObject for the specified key.

Property Value

The CadLineTypeTableObject.

See Also