CadBinaryParameter Class |
Namespace: Aspose.CAD.FileFormats.Cad.CadParameters
The CadBinaryParameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | CadBinaryParameter(CadEntityAttribute) |
Initializes a new instance of the CadBinaryParameter class.
|
![]() | CadBinaryParameter(CadEntityAttribute, CadParameterType) |
Initializes a new instance of the CadBinaryParameter class.
|
Name | Description | |
---|---|---|
![]() | Data |
Gets or sets the value.
|
![]() | DefaultValue |
Gets or sets the default value.
(Inherited from CadParameter.) |
![]() | HasDefaultValue |
Gets a value indicating whether this instance has a default value.
(Inherited from CadParameter.) |
![]() | IntegralParameterType |
Gets or sets the type of the integral parameter.
(Inherited from CadParameter.) |
![]() | IsSet |
Gets or sets a value indicating whether this instance is set.
(Inherited from CadParameter.) |
![]() | Optional |
Gets or sets a value indicating whether this instance is optional.
(Inherited from CadParameter.) |
![]() | Required |
Gets a value indicating whether this instance is required.
(Inherited from CadParameter.) |
![]() | SubClassName |
Gets or sets the name of the sub class.
(Inherited from CadParameter.) |
![]() | Type |
Gets the type.
(Inherited from CadParameter.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | Init(Object) |
Initialize the specified value.
(Overrides CadParameterInit(Object).) |
![]() | Init(CadCodeValue) |
Initialize the specified value.
(Overrides CadParameterInit(CadCodeValue).) |
![]() | Init(CadEntityAttribute, CadCodeValue) |
Initialize the specified type.
(Inherited from CadParameter.) |
![]() | Init(CadEntityAttribute, Object) |
Initialize the specified type.
(Inherited from CadParameter.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Prepare |
The prepare function.
(Inherited from CadParameter.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |