Class CadShortParameter

CadShortParameter class

The Cad short parameter.

public class CadShortParameter : CadParameter<short>

Constructors

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

Properties

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

Methods

NameDescription
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