Class CadBinaryParameter

CadBinaryParameter class

The Cad binary parameter.

public class CadBinaryParameter : CadParameter<byte[]>

Constructors

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

Properties

NameDescription
Data { get; set; }Gets or sets the value.
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