CadImageBlockEntities Property

Gets or sets the block entities.

Namespace:  Aspose.CAD.FileFormats.Cad
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public CadBlockDictionary BlockEntities { get; set; }

Property Value

Type: CadBlockDictionary
The block entities.
See Also