CFx SDK Documentation 2024 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 |
|
explicit |
|
static |
const OdString & FxBIM::Standard::Name | ( | ) | const |
bool FxBIM::Standard::operator< | ( | const Standard & | other | ) | const |
|
static |
const BimStandards & FxBIM::Standard::Type | ( | ) | const |
|
protected |