GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
Schema interfaces
Configuration interfaces
Structures
stcClassRefCount
stcConnectionOptions
stcObjectClassList
stcObjectLink
stcObjectLinkNamed
Error codes
C# API
DTDL
DADL
Setup

stcObjectLink structure

An object reference.

Syntax

struct stcObjectLink
{
ObjectId oiObjectId;
const stcObjectClassList* poclClasses;
};

Member

oiObjectId
Type: ObjectId
ObjectId of the linked object.
poclClasses
Type: const stcObjectClassList*
A stcObjectClassList containing the linked classes.
© 2022 Mobiland AG