CadLayoutDictionary.Item

CadLayoutDictionary indexer

Gets or sets the CadLayout with the specified key.

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

Return Value

The CadLayout for the specified key.

Property Value

The CadLayout.

See Also