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