DgnTagValue.DgnTagValue

DgnTagValue constructor

Initializes a new instance of the DgnTagValue class.

public DgnTagValue(ushort type, byte[] rawData, int nDataOffset)
ParameterTypeDescription
typeUInt16The type.
rawDataByte[]The raw data.
nDataOffsetInt32The n data offset.

See Also