Class CadParameter
CadParameter class
Parameter base class
public abstract class CadParameter
Constructors
Name | Description |
---|
CadParameter() | Initializes a new instance of the CadParameter class. |
CadParameter(CadEntityAttribute) | Initializes a new instance of the CadParameter class. |
Properties
Name | Description |
---|
Type { get; } | Gets the type. |
Methods
Name | Description |
---|
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