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


ITxCatalogDialog.InternalCatalog Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxCatalogDialog.InternalCatalog Property

The catalog object used internally by the GxDialog.

[Visual Basic .NET]
Public ReadOnly Property InternalCatalog As ITxCatalog
[C#]
public ITxCatalog InternalCatalog {get;}
[C++]
HRESULT get_InternalCatalog(
  ITxCatalog** ppiCatalog
);
[C++]

Parameters ppiCatalog [out, retval]
ppiCatalog is a parameter of type ITxCatalog

Product Availability

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

See Also

ITxCatalogDialog Interface