ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data Namespace / BimFileConnectionProperties Class / BimFileConnectionProperties Constructor
A valid path to a BIM file. The path to a BIM file must end with the '.rvt', '.ifc' or '.ifczip' extension.

In This Topic
    BimFileConnectionProperties Constructor
    In This Topic
    Initializes a new instance of the BimFileConnectionProperties class.
    Syntax
    public BimFileConnectionProperties( 
       Uri filePath
    )
    Public Function New( _
       ByVal filePath As Uri _
    )

    Parameters

    filePath
    A valid path to a BIM file. The path to a BIM file must end with the '.rvt', '.ifc' or '.ifczip' extension.
    Exceptions
    ExceptionDescription
    filePath is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also