Name | Description | |
---|---|---|
Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
GetDatastore | Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetDefinition | Gets the BimFileDatasetDefinition of this BIM file dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetExtent | Gets an ArcGIS.Core.Geometry.Envelope representing the maximum extent of the data that has been stored in the BimFileDataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetName | Gets the name of the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetPath | Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetRegistrationType | Gets the RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
OpenDataset<T> | Gets a specific Dataset instance associated with name of type T in the BIM file dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
Reload | Reloads the BIM file. This method must be called on the MCT. Use QueuedTask.Run. | |
Upgrade | Upgrades the BIM file to the latest supported file version. This operation is not supported for IFC files. This method must be called on the MCT. Use QueuedTask.Run. |