GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
Compare
GetClassInfo
GetDomain
GetId
GetLastError
GetLock
GetNextSame
GetObject
IsDirty
IsOfType
LoadData
NeedsUpdate
StoreData
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup

WObject.IsOfType

Checks if the object contains the requested classes.

Syntax

bool IsOfType(
UInt32[] p_aulClassId
);

Parameter

p_aulClassId
Type: UInt32[]
Class list to check.

Return value

The function returns true if the object is of the requested type, or false if it is not.

Remarks

You can find all of an object’s classes by calling UObject.GetAvailableAttributes on the UObject and iterate over all UBitFlagSetSingle inside.
© 2022 Mobiland AG