UncIdDefsDecodeId Method
Decode Uncertainty ID
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
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
)
Public Shared Function DecodeId (
id As InputId,
<OutAttribute> ByRef globalId As Guid,
<OutAttribute> ByRef influence As UShort,
<OutAttribute> ByRef version As Byte,
<OutAttribute> ByRef c63_32 As UInteger,
<OutAttribute> ByRef c63_48 As UShort,
<OutAttribute> ByRef c47_40 As Byte,
<OutAttribute> ByRef c39_32 As Byte,
<OutAttribute> ByRef c31_0 As UInteger
) As Boolean
public:
static bool DecodeId(
InputId id,
[OutAttribute] Guid% globalId,
[OutAttribute] unsigned short% influence,
[OutAttribute] unsigned char% version,
[OutAttribute] unsigned int% c63_32,
[OutAttribute] unsigned short% c63_48,
[OutAttribute] unsigned char% c47_40,
[OutAttribute] unsigned char% c39_32,
[OutAttribute] unsigned int% c31_0
)
static member DecodeId :
id : InputId *
globalId : Guid byref *
influence : uint16 byref *
version : byte byref *
c63_32 : uint32 byref *
c63_48 : uint16 byref *
c47_40 : byte byref *
c39_32 : byte byref *
c31_0 : uint32 byref -> bool
- 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
Boolean