GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
Schema interfaces
Configuration interfaces
Callback interfaces
Structures
Error codes
DataAccess interfaces
Connection
WDomain
WObject
AddRef
Extend
GetCustomData
GetDomain
GetId
GetLastError
GetObject
Invalidate
IsDirty
IsOfType
Load
NeedsUpdate
Release
SetCustomData
Store
Update
WBase
C# API
WinRT API
DTDL
DADL
Setup

WObject::IsOfType

Checks if the object contains the requested classes.

Syntax

bool IsOfType(
[in] const UINT32* p_aulClassId,
[in] UINT32 p_ulClassCount
) const;

Parameter

p_aulClassId [in]
Type: const UINT32*
Class list to check.
p_ulClassCount [in]
Type: UINT32
Number of elements in the p_aulClassId array.

Return value

Returns true, if the object contains all requested classes, otherwise false.

Remarks

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