Class CadBinaryCodeValue
- Namespace
- Aspose.CAD.FileFormats.Cad
- Assembly
- Aspose.CAD.dll
Cad binary Code Value class
[ComVisible(false)]
public sealed class CadBinaryCodeValue : CadCodeValue
- Inheritance
-
CadBinaryCodeValue
- Inherited Members
Constructors
- CadBinaryCodeValue(int, byte[], int)
Initializes a new instance of the CadBinaryCodeValue class.
- CadBinaryCodeValue(int, string)
Initializes a new instance of the CadBinaryCodeValue class.
Properties
- Data
Gets or sets the value.
Methods
- Equals(CadCodeValue)
Determines whether the specified CadCodeValue, is equal to this instance.
- GetBinaryData()
Gets the binary data.
- GetBoolValue()
Gets the boolean value.
- GetDoubleValue()
The get double value.
- GetIntValue()
The get integer value.
- GetLongValue()
The get long value.
- GetShortValue()
The get short value.