Class CadBoolParameter

CadBoolParameter class

The Cad boolean parameter.

public class CadBoolParameter : CadParameter<bool>

Constructors

NameDescription
CadBoolParameter()Initializes a new instance of the CadBoolParameter class.
CadBoolParameter(CadEntityAttribute)Initializes a new instance of the CadBoolParameter class.

Properties

NameDescription
Type { get; }Gets the type.
Value { get; set; }

Methods

NameDescription
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