UncIdDefsDecodeId Method

Decode Uncertainty ID

Definition

Namespace: Metas.Vna.Data
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
C#
public static bool DecodeId(
	InputId id,
	out Guid globalId,
	out ushort influence,
	out byte version,
	out uint c63_32,
	out ushort c63_48,
	out byte c47_40,
	out byte c39_32,
	out uint c31_0
)

Parameters

id  InputId
ID
globalId  Guid
Global ID
influence  UInt16
Unc Influence
version  Byte
Unc Generator Version
c63_32  UInt32
Counter 63 ... 32 bit
c63_48  UInt16
Counter 63 ... 48 bit
c47_40  Byte
Counter 47 ... 40 bit
c39_32  Byte
Counter 39 ... 32 bit
c31_0  UInt32
Counter 31 ... 0 bit

Return Value

Boolean

See Also