CadDimensionDictionary.Item

CadDimensionDictionary indexer

Gets or sets the CadDimensionStyleTable with the specified key.

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

Return Value

The CadDimensionStyleTable for the specified key.

Property Value

The CadDimensionStyleTable.

See Also