CadAcadProxyEntityBinaryGraphicsData Property

Gets or sets the binary graphics data.

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

Property Value

Type: CadBinaryParameter
The binary graphics data.
See Also