Class CadCodeValue
- Namespace
- Aspose.CAD.FileFormats.Cad
- Assembly
- Aspose.CAD.dll
Code Value class
[ComVisible(false)]
public class CadCodeValue
- Inheritance
-
CadCodeValue
- Derived
- Inherited Members
Constructors
- CadCodeValue(int, string)
Initializes a new instance of the CadCodeValue class.
Properties
- Attribute
Gets the attribute.
- Code
Gets or sets the code.
- Value
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.
- GetStringValue()
Gets the string value.