This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxCatalogDialog Interface > ITxCatalogDialog.DoModalOpen Method (ArcObjects .NET 10.5 SDK) |
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,
VARIANT_BOOL* pbvarResult
);
[C++]
Parameters lParentWindow [in] lParentWindow is a parameter of type long ppiSelection [out]
ppiSelection is a parameter of type IEnumTxObject pbvarResult [out, retval] pbvarResult is a parameter of type VARIANT_BOOL