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


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

ITxCatalogDialog.AllowMultiSelect Property

Indicates if multiple items may be selected. False, by default.

[Visual Basic .NET]
Public WriteOnly Property AllowMultiSelect
[C#]
public void AllowMultiSelect {set;}
[C++]
HRESULT put_AllowMultiSelect(
  VARIANT_BOOL 
);
[C++]

Parameters [in] is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITxCatalogDialog Interface