CadBinaryCodeValue Class |
Namespace: Aspose.CAD.FileFormats.Cad
The CadBinaryCodeValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | CadBinaryCodeValue(CadIntegralParameterType, Int32, String) |
Initializes a new instance of the CadBinaryCodeValue class.
|
![]() | CadBinaryCodeValue(CadIntegralParameterType, Int32, Byte, Int32) |
Initializes a new instance of the CadBinaryCodeValue class.
|
Name | Description | |
---|---|---|
![]() | Attribute |
Gets the attribute.
(Inherited from CadCodeValue.) |
![]() | CadIntegralParameterType |
Gets the type of the cad integral parameter.
(Inherited from CadCodeValue.) |
![]() | Code |
Gets or sets the code.
(Inherited from CadCodeValue.) |
![]() | Data |
Gets or sets the value.
|
![]() | Value |
Gets or sets the value.
(Inherited from CadCodeValue.) |
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.
(Overrides CadCodeValueEquals(CadCodeValue).) |
![]() | GetBinaryData |
Gets the binary data.
(Overrides CadCodeValueGetBinaryData.) |
![]() | GetBoolValue |
Gets the boolean value.
(Overrides CadCodeValueGetBoolValue.) |
![]() | GetDoubleValue |
The get double value.
(Overrides CadCodeValueGetDoubleValue.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetIntValue |
The get integer value.
(Overrides CadCodeValueGetIntValue.) |
![]() | GetLongValue |
The get long value.
(Overrides CadCodeValueGetLongValue.) |
![]() | GetObjectValue |
The get object value.
(Inherited from CadCodeValue.) |
![]() | GetShortValue |
The get short value.
(Overrides CadCodeValueGetShortValue.) |
![]() | GetStringValue |
Gets the string value.
(Inherited from CadCodeValue.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |