GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
AddClass
ClassAddRef
ClassRelease
Close
GetArray
GetAvailableAttributes
GetBsob
GetId
GetLastError
GetLastWriteTime
GetList
GetObjectLink
GetObjectLinkArray
GetValue
HasAttribute
IsAvailableLoaded
IsDirty
Load
LoadFiltered
Remove
SetArray
SetBsob
SetDirty
SetLastError
SetList
SetObjectLink
SetObjectLinkArray
SetValue
Store
Unload
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup
UObject::SetObjectLinkArray
Sets an object ObjectLink array attribute.
Syntax
HRESULT
SetObjectLinkArray(
[in]
U
INT64
p_ullFullAttributeId,
[in]
const
stcObjectLink*
p_aolObjectLink,
[in]
U
INT32
p_ulLength
);
Parameter
p_ullFullAttributeId
[in]
Type:
UINT64
Identifier of the attribute.
p_aolObjectLink
[in]
Type:
const stcObjectLink*
Pointer to the array.
p_ulLength
[in]
Type:
UINT32
Number of elements in the p_aolObjectLink array.
Return value
S_OK if the function succeeds.
E_OBJECT_NOTLOADED if the object has not been opened.
E_OBJECT_CLASSNOTFOUND if the object does not contain the class of the requested attribute.
© 2022 Mobiland AG