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


ITxCatalogDialog.Title Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxCatalogDialog Interface > ITxCatalogDialog.Title Property
ArcGIS Developer Help

ITxCatalogDialog.Title Property

The dialog's title.

[Visual Basic .NET]
Public WriteOnly Property Title
[C#]
public void Title {set;}
[C++]
HRESULT put_Title(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

See Also

ITxCatalogDialog Interface