GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
Copy
Create
First
Get
IsValid
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup

UBitFlagSet.Create

Creates a UBitFlagSet object containing the specified classes.

Syntax

static UBitFlagSet Create(
UInt64[] p_aullClassInfo
);

Parameter

p_aullClassInfo
Type: UInt64[]
Array of class info. Class info is a UInt64 with the high 32 bits set to the classid and the low 32 bits set to the count of attributes in the class.

Return value

The created object.
© 2022 Mobiland AG