ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / PropertySheet Class / Show Method
The DAML property sheet identifier.
Optionally, the DAML identifier of the page to start on.
Any data that should be made available to the pages.

In This Topic
    Show Method (PropertySheet)
    In This Topic
    Opens the specified property sheet and returns without waiting for the newly opened window to close.
    Syntax
    public static void Show( 
       string id,
       string defaultPageID,
       params object[] parameters
    )
    Public Shared Sub Show( _
       ByVal id As String, _
       Optional ByVal defaultPageID As String, _
       ByVal ParamArray parameters() As Object _
    ) 

    Parameters

    id
    The DAML property sheet identifier.
    defaultPageID
    Optionally, the DAML identifier of the page to start on.
    parameters
    Any data that should be made available to the pages.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also