Class CadBoolParameter
CadBoolParameter class
The Cad boolean parameter.
public class CadBoolParameter : CadParameter<bool>
Constructors
| Name | Description |
|---|
| CadBoolParameter() | Initializes a new instance of the CadBoolParameter class. |
| CadBoolParameter(CadEntityAttribute) | Initializes a new instance of the CadBoolParameter class. |
Properties
| Name | Description |
|---|
| Type { get; } | Gets the type. |
| Value { get; set; } | |
Methods
| Name | Description |
|---|
| override Init(CadCodeValue) | Initialize the specified value. |
| override Init(object) | |
| Init(CadEntityAttribute, CadCodeValue) | Initialize the specified type. |
| Init(CadEntityAttribute, object) | Initialize the specified type. |
See Also