This document is archived and information here might be outdated.  Recommended version.


ITxCatalogDialog.DoModalOpen Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxCatalogDialog.DoModalOpen Method

Opens the dialog to choose data.

[Visual Basic .NET]
Public Function DoModalOpen ( _
    ByVal lParentWindow As Integer, _
    ByRef ppiSelection As IEnumTxObject _
) As Boolean
[C#]
public bool DoModalOpen (
    int lParentWindow,
    ref IEnumTxObject ppiSelection
);
[C++]
HRESULT DoModalOpen(
  long lParentWindow,
  IEnumTxObject** ppiSelection
);
[C++]

Parameters lParentWindow [in]
lParentWindow is a parameter of type long ppiSelection [out]
ppiSelection is a parameter of type IEnumTxObject**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxCatalogDialog Interface