Share

AcAxGetOwnerId

C++

HRESULT AXAUTOEXP AcAxGetOwnerId(
    AcAxObjectRef& objRef, 
    Adesk::IntDbId * pOwnerId
);

File

axboiler.h

Description

Gets the owner ID of the specified object.

Parameters

Parameters Description
objRef Input object reference of object for which to get the owner ID
pOwnerId Pointer to the owner ID

Was this information helpful?