CadBlockDictionaryItem Property (String)

Gets or sets the CadBlockEntity with the specified key.

Namespace:  Aspose.CAD.FileFormats.Cad
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public CadBlockEntity this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The CadBlockEntity key.

Property Value

Type: CadBlockEntity
The CadBlockEntity.

Return Value

Type: CadBlockEntity
The CadBlockEntity for the specified key.
See Also