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


IGxLocatorFilter.ShowCreate Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (LocationUI)  

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