ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data Namespace / BimFileDataset Class
Properties Methods


In This Topic
    BimFileDataset Class Members
    In This Topic

    The following tables list the members exposed by BimFileDataset.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyOverridden. Gets the DatasetType of this BIM file dataset.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets the BimFileDatasetDefinition of this BIM file dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets 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.  
    Public Method Gets the name of the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public Method Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets the RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets 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.  
    Public Method Reloads the BIM file. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method 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.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension Method Gets whether the dataset is a knowledge graph dataset or not. This method must be called on the MCT. Use QueuedTask.Run.
    Top
    See Also