Class CadBinaryParameter
CadBinaryParameter class
The Cad binary parameter.
public class CadBinaryParameter : CadParameter<byte[]>
Constructors
Name | Description |
---|
CadBinaryParameter(CadEntityAttribute) | Initializes a new instance of the CadBinaryParameter class. |
Properties
Name | Description |
---|
Data { get; set; } | Gets or sets the value. |
Type { get; } | Gets the type. |
Value { get; set; } | |
Methods
Name | Description |
---|
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