CadAppIdDictionary.Item

CadAppIdDictionary indexer

Gets or sets the CadAppIdTableObject with the specified key.

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

Return Value

The CadAppIdTableObject for the specified key.

Property Value

The CadAppIdTableObject.

See Also