Class CadDoubleParameter
CadDoubleParameter class
Class for Double values
public class CadDoubleParameter : CadParameter<double>
Constructors
Name | Description |
---|
CadDoubleParameter() | Initializes a new instance of the CadDoubleParameter class. |
CadDoubleParameter(CadEntityAttribute) | Initializes a new instance of the CadDoubleParameter 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) | Initialize the specified value. |
Init(CadEntityAttribute, CadCodeValue) | Initialize the specified type. |
Init(CadEntityAttribute, object) | Initialize the specified type. |
See Also