CFx SDK Documentation
2023 SP0
|
#include <FxBIM.h>
Public Member Functions | |
Standard (const OdString &name) | |
const OdString & | Name () const |
const BimStandards & | Type () const |
bool | operator< (const Standard &other) const |
Static Public Member Functions | |
static OdString | ToString (BimStandards standard) |
static BimStandards | FromString (const OdString &standard) |
Protected Attributes | |
OdString | m_Name |
BimStandards | m_Type = BimStandards::eUnset |
FxBIM::Standard::Standard | ( | const OdString & | name | ) |
|
static |
const OdString& FxBIM::Standard::Name | ( | ) | const |
bool FxBIM::Standard::operator< | ( | const Standard & | other | ) | const |
|
static |
const BimStandards& FxBIM::Standard::Type | ( | ) | const |
|
protected |