CFx SDK Documentation
2023 SP0
|
#include <AECQueryInfo.h>
Public Member Functions | |
AECQueryInfo () | |
virtual | ~AECQueryInfo () |
const OdString & | GetObjectClassName () const |
void | SetObjectClassName (const OdString &strObject) |
const OdString & | GetQueryName () const |
void | SetQueryName (const OdString &strQuery) |
const OdString & | GetPropertyName () const |
void | SetPropertyName (const OdString &strProperty) |
OdUInt32 | GetIndex () const |
void | SetIndex (OdUInt32 iValue) |
Protected Attributes | |
OdString | m_strClassName |
OdString | m_strQueryName |
OdString | m_strPropertyName |
OdUInt32 | m_iIndex |
AEC query info.
<group TA_API_Auxiliary_Classes>
Definition at line 38 of file AECQueryInfo.h.
AECQueryInfo::AECQueryInfo | ( | ) |
Default constructor.
|
virtual |
Destructor.
OdUInt32 AECQueryInfo::GetIndex | ( | ) | const |
Returns global index.
const OdString& AECQueryInfo::GetObjectClassName | ( | ) | const |
Returns class name.
const OdString& AECQueryInfo::GetPropertyName | ( | ) | const |
Returns the name of the property to query.
const OdString& AECQueryInfo::GetQueryName | ( | ) | const |
Returns query class name.
Sets the name of the property to query.
|
protected |
Definition at line 96 of file AECQueryInfo.h.
|
protected |
Definition at line 93 of file AECQueryInfo.h.
|
protected |
Definition at line 95 of file AECQueryInfo.h.
|
protected |
Definition at line 94 of file AECQueryInfo.h.