Classes for interacting with the iTwin API.
ITwinStatus
The status of the iTwin.
@ Unknown
The content type returned is not a known type.
ITwinStatus iTwinStatusFromString(const std::string &str)
Obtains an ITwinStatus value from the provided string.
Information on a single iTwin.
std::string iTwinClass
The Class of your iTwin.
ITwinStatus status
The status of the iTwin.
std::string type
An open ended property to better define your iTwin's Type.
std::string id
The iTwin Id.
std::string subClass
The subClass of your iTwin.
std::string number
A unique number or code for the iTwin.
std::string displayName
A display name for the iTwin.