Class CadParameter

CadParameter class

Parameter base class

public abstract class CadParameter

Constructors

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

Properties

NameDescription
Type { get; }Gets the type.

Methods

NameDescription
abstract Init(CadCodeValue)Initialize the specified value.
abstract Init(object)Initialize the specified value.
Init(CadEntityAttribute, CadCodeValue)Initialize the specified type.
Init(CadEntityAttribute, object)Initialize the specified type.

See Also