CadImageBlockEntities Property |
Gets or sets the block entities.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadBlockDictionary BlockEntities { get; set; }
Public Property BlockEntities As CadBlockDictionary
Get
Set
public:
property CadBlockDictionary^ BlockEntities {
CadBlockDictionary^ get ();
void set (CadBlockDictionary^ value);
}
member BlockEntities : CadBlockDictionary with get, set
Property Value
Type:
CadBlockDictionary
The block entities.
See Also