CadBinaryCodeValue Class

Cad binary 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 sealed class CadBinaryCodeValue : CadCodeValue

The CadBinaryCodeValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAttribute
Gets the attribute.
(Inherited from CadCodeValue.)
Public propertyCadIntegralParameterType
Gets the type of the cad integral parameter.
(Inherited from CadCodeValue.)
Public propertyCode
Gets or sets the code.
(Inherited from CadCodeValue.)
Public propertyData
Gets or sets the value.
Public propertyValue
Gets or sets the value.
(Inherited from CadCodeValue.)
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.
(Overrides CadCodeValueEquals(CadCodeValue).)
Public methodGetBinaryData
Gets the binary data.
(Overrides CadCodeValueGetBinaryData.)
Public methodGetBoolValue
Gets the boolean value.
(Overrides CadCodeValueGetBoolValue.)
Public methodGetDoubleValue
The get double value.
(Overrides CadCodeValueGetDoubleValue.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIntValue
The get integer value.
(Overrides CadCodeValueGetIntValue.)
Public methodGetLongValue
The get long value.
(Overrides CadCodeValueGetLongValue.)
Public methodGetObjectValue
The get object value.
(Inherited from CadCodeValue.)
Public methodGetShortValue
The get short value.
(Overrides CadCodeValueGetShortValue.)
Public methodGetStringValue
Gets the string value.
(Inherited from CadCodeValue.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also