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


ILocatorName.Style Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IL > ILocatorName Interface > ILocatorName.Style Property
ArcGIS Developer Help

ILocatorName.Style Property

Indicates if this is a locator style.

[Visual Basic .NET]
Public Property Style As Boolean
[C#]
public bool Style {get; set;}
[C++]
HRESULT get_Style(
  Boolean* isStyle
);
[C++]
HRESULT put_Style(
  VARIANT_BOOL isStyle
);
[C++]
Parameters
isStyle [out, retval]

isStyle is a parameter of type bool* isStyle [in]
isStyle is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The Style property indicates if the LocatorName object represents a locator style.

See Also

ILocatorName Interface