Class CadBinaryCodeValue
Contents
[
Hide
]CadBinaryCodeValue class
Cad binary Code Value class
public sealed class CadBinaryCodeValue : CadCodeValue
Constructors
| Name | Description |
|---|---|
| CadBinaryCodeValue(int, string) | Initializes a new instance of the CadBinaryCodeValue class. |
| CadBinaryCodeValue(int, byte[], int) | Initializes a new instance of the CadBinaryCodeValue class. |
Properties
| Name | Description |
|---|---|
| Attribute { get; } | Gets the attribute. |
| Code { get; set; } | Gets or sets the code. |
| Data { get; set; } | Gets or sets the value. |
| Value { get; set; } | Gets or sets the value. |
Methods
| Name | Description |
|---|---|
| override Equals(CadCodeValue) | Determines whether the specified CadCodeValue, is equal to this instance. |
| override GetBinaryData() | Gets the binary data. |
| override GetBoolValue() | Gets the boolean value. |
| override GetDoubleValue() | The get double value. |
| override GetIntValue() | The get integer value. |
| override GetLongValue() | The get long value. |
| override GetShortValue() | The get short value. |
| virtual GetStringValue() | Gets the string value. |
See Also
- class CadCodeValue
- namespace Aspose.CAD.FileFormats.Cad
- assembly Aspose.CAD