RealityDataSourceKey Namespace
RealityDataSourceKey utility functions
Function
Name | Description |
---|---|
RealityDataSourceKey.convertToString | Utility function to convert a RealityDataSourceKey into its string representation |
RealityDataSourceKey.isEqual | Utility function to compare two RealityDataSourceKey, we consider it equal even if itwinId is different |
Defined in
RealityDataSourceKey Interface
Key used by RealityDataSource to identify provider and reality data format This key identify one and only one reality data source on the provider
Properties
Name | Type | Description | |
---|---|---|---|
format | string | The format used by the provider to store the reality data | |
iTwinId | string | undefined | The context id that was used when reality data was attached - if none provided, current session iTwinId will be used | |
id | string | The reality data id that identify a reality data for the provider | |
provider | string | The provider that supplies the access to reality data source for displaying the reality model |
Defined in
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.