CFx SDK Documentation 2024 SP0
|
#include <AECEv.h>
Public Member Functions | |
Rel () | |
Rel (RelType eType, const OdDbObjectId &id) | |
RelType | type () const |
void | setType (RelType eType) |
OdDbObjectId | objectId () const |
void | setObjectId (const OdDbObjectId &id) |
void | set (RelType eType, const OdDbObjectId &id) |
AECEv::Rel::Rel | ( | ) |
Constructor.
AECEv::Rel::Rel | ( | RelType | eType, |
const OdDbObjectId & | id | ||
) |
Constructor.
OdDbObjectId AECEv::Rel::objectId | ( | ) | const |
Returns referenced object id.
void AECEv::Rel::set | ( | RelType | eType, |
const OdDbObjectId & | id | ||
) |
Sets relation properties.
void AECEv::Rel::setObjectId | ( | const OdDbObjectId & | id | ) |
Sets referenced object id.
RelType AECEv::Rel::type | ( | ) | const |
Returns relation type.