CadBlockDictionary.Item

CadBlockDictionary indexer

Gets or sets the CadBlockEntity with the specified key.

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

Return Value

The CadBlockEntity for the specified key.

Property Value

The CadBlockEntity.

See Also