Class DgnTagValue

DgnTagValue class

DgnTagValue class

public class DgnTagValue

Constructors

NameDescription
DgnTagValue(ushort, byte[], int)Initializes a new instance of the DgnTagValue class.

Properties

NameDescription
FloatValue { get; set; }Gets or sets the float value.
IntegerValue { get; set; }Gets or sets the integer value.
StringValue { get; set; }Gets or sets the string value.
Type { get; set; }Gets or sets tag type

See Also