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
Syntaxpublic CadBinaryParameter BinaryGraphicsData { get; set; }Public Property BinaryGraphicsData As CadBinaryParameter
Get
Set
public:
property CadBinaryParameter^ BinaryGraphicsData {
CadBinaryParameter^ get ();
void set (CadBinaryParameter^ value);
}member BinaryGraphicsData : CadBinaryParameter with get, set
Property Value
Type:
CadBinaryParameter
The binary graphics data.
See Also