Share

AcAxGetOwnerId

C++

HRESULT AXAUTOEXP AcAxGetOwnerId(
    const AcDbObjectId& objId, 
    Adesk::IntDbId * pOwnerId
);

File

axboiler.h

Description

Gets the owner ID of the specified object.

Parameters

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

Was this information helpful?