GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
WinRT API
General interfaces
Connection
ISystemCallback
ObjectId
Compare
Parse
ToString
Thread
Data interfaces
Schema interfaces
Configuration interfaces
Callback interfaces
Structures
Error codes
DataAccess interfaces
DTDL
DADL
Setup

ObjectId class

Contains a 128-bit value representing a unique identifier for an object.
An ObjectId is unique inside a domain.

Syntax

class ObjectId
{
UInt64 l;
UInt64 h;
};

Member

l
Type: UInt64
The low-order part of the ObjectId.
h
Type: UInt64
The high-order part of the ObjectId.

Methods

FunctionDescription
CompareCompares two ObjectIds.
ParseConverts a string to an ObjectId structure.
ToStringConverts an ObjectId structure to a string.
© 2025 Mobiland AG