CFx SDK Documentation 2024 SP0
|
#include <AECEvGraph.h>
Static Public Member Functions | |
static AECEv::Result | getForwardRels (const OdDbObjectId &idObject, std::vector< AECEv::Rel > &rResult) |
static AECEv::Result | getBackwardRels (const OdDbObjectId &idObject, std::vector< AECEv::Rel > &rResult) |
static AECEv::Result | getEnhancedRels (const OdDbObjectId &idObject, std::vector< AECSmartReference > &rResult) |
Provides access to AEC Relationship Graph.
<group TA_API_Event_System>
Definition at line 35 of file AECEvGraph.h.
|
static |
Returns the array of backward relations.
idObject | [in] Object ID. |
rResult | [out] Array of backward relations. |
|
static |
Returns the array of enhanced relations.
idObject | [in] Object ID. |
rResult | [out] Array of enhanced relations. |
|
static |
Returns the array of forward relations.
idObject | [in] Object ID. |
rResult | [out] Array of forward relations. |