CadCodeValue Class

Code Value class
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.CadCadCodeValue
    Aspose.CAD.FileFormats.CadCadBinaryCodeValue

Namespace:  Aspose.CAD.FileFormats.Cad
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public class CadCodeValue

The CadCodeValue type exposes the following members.

Constructors
  NameDescription
Public methodCadCodeValue(Int32, String)
Initializes a new instance of the CadCodeValue class.
Public methodCadCodeValue(CadIntegralParameterType, Int32, String)
Initializes a new instance of the CadCodeValue class.
Properties
  NameDescription
Public propertyAttribute
Gets the attribute.
Public propertyCadIntegralParameterType
Gets the type of the cad integral parameter.
Public propertyCode
Gets or sets the code.
Public propertyValue
Gets or sets the value.
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEquals(CadCodeValue)
Determines whether the specified CadCodeValue, is equal to this instance.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBinaryData
Gets the binary data.
Public methodGetBoolValue
Gets the boolean value.
Public methodGetDoubleValue
The get double value.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIntValue
The get integer value.
Public methodGetLongValue
The get long value.
Public methodGetObjectValue
The get object value.
Public methodGetShortValue
The get short value.
Public methodGetStringValue
Gets the string value.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also