CadCodeValue Class |
Namespace: Aspose.CAD.FileFormats.Cad
The CadCodeValue type exposes the following members.
| Name | Description | |
|---|---|---|
| CadCodeValue(Int32, String) |
Initializes a new instance of the CadCodeValue class.
| |
| CadCodeValue(CadIntegralParameterType, Int32, String) |
Initializes a new instance of the CadCodeValue class.
|
| Name | Description | |
|---|---|---|
| Attribute |
Gets the attribute.
| |
| CadIntegralParameterType |
Gets the type of the cad integral parameter.
| |
| Code |
Gets or sets the code.
| |
| Value |
Gets or sets the value.
|
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Equals(CadCodeValue) |
Determines whether the specified CadCodeValue, is equal to this instance.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBinaryData |
Gets the binary data.
| |
| GetBoolValue |
Gets the boolean value.
| |
| GetDoubleValue |
The get double value.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetIntValue |
The get integer value.
| |
| GetLongValue |
The get long value.
| |
| GetObjectValue |
The get object value.
| |
| GetShortValue |
The get short value.
| |
| GetStringValue |
Gets the string value.
| |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |