cesium-native 0.46.0
Loading...
Searching...
No Matches
CesiumITwinClient::ITwin Struct Reference

Information on a single iTwin. More...

#include <CesiumITwinClient/ITwin.h>

Public Attributes

std::string id
 The iTwin Id.
 
std::string iTwinClass
 The Class of your iTwin.
 
std::string subClass
 The subClass of your iTwin.
 
std::string type
 An open ended property to better define your iTwin's Type.
 
std::string number
 A unique number or code for the iTwin.
 
std::string displayName
 A display name for the iTwin.
 
ITwinStatus status
 The status of the iTwin.
 

Detailed Description

Information on a single iTwin.

See https://developer.bentley.com/apis/itwins/operations/get-my-itwins/#itwin-summary for more information.

Definition at line 37 of file ITwin.h.

Member Data Documentation

◆ displayName

std::string CesiumITwinClient::ITwin::displayName

A display name for the iTwin.

Definition at line 66 of file ITwin.h.

◆ id

std::string CesiumITwinClient::ITwin::id

The iTwin Id.

Definition at line 39 of file ITwin.h.

◆ iTwinClass

std::string CesiumITwinClient::ITwin::iTwinClass

The Class of your iTwin.

See https://developer.bentley.com/apis/itwins/overview/#itwin-classes-and-subclasses for more information.

Definition at line 47 of file ITwin.h.

◆ number

std::string CesiumITwinClient::ITwin::number

A unique number or code for the iTwin.

This is the value that uniquely identifies the iTwin within your organization.

Definition at line 64 of file ITwin.h.

◆ status

ITwinStatus CesiumITwinClient::ITwin::status

The status of the iTwin.

Definition at line 68 of file ITwin.h.

◆ subClass

std::string CesiumITwinClient::ITwin::subClass

The subClass of your iTwin.

See https://developer.bentley.com/apis/itwins/overview/#itwin-classes-and-subclasses for more information.

Definition at line 55 of file ITwin.h.

◆ type

std::string CesiumITwinClient::ITwin::type

An open ended property to better define your iTwin's Type.

Definition at line 57 of file ITwin.h.


The documentation for this struct was generated from the following file: