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


IGxLocatorFilter.ShowCreate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > LocationUI > ESRI.ArcGIS.LocationUI > Interfaces > IG > IGxLocatorFilter Interface > IGxLocatorFilter.ShowCreate Property
ArcGIS Developer Help

IGxLocatorFilter.ShowCreate Property

Indicates whether to display the Create New Locator item.

[Visual Basic .NET]
Public Property ShowCreate As Boolean
[C#]
public bool ShowCreate {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The ShowCreate property indicates if the filter allows users to create geocoding services. If this property has a value of True, then the filter will display GxNewLocators when the user is browsing for geocoding services.

See Also

IGxLocatorFilter Interface