ArcGIS Pro 2.8 API Reference Guide
Show Method (PropertySheet)

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.
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 10, Windows 8.1

See Also

Reference

PropertySheet Class
PropertySheet Members