ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data Namespace / BimFileDatastore Class / BimFileDatastore Constructor
A valid BimFileConnectionProperties object which has the file path to the BIM file.

In This Topic
    BimFileDatastore Constructor
    In This Topic
    Opens a BIM file datastore with a BimFileConnectionProperties. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    connectionProperties
    A valid BimFileConnectionProperties object which has the file path to the BIM file.
    Exceptions
    ExceptionDescription
    The information used to connect to the BIM file datastore is invalid.
    This method or property must be called within the lambda passed to QueuedTask.Run.
    The connection properties or file path is not provided.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also