ArcGIS Developer Help  (GeoDatabase)    

ILocatorName.Style Property

Indicates if this is a locator style.

[Visual Basic 6.0]
Property Style As Boolean
[Visual Basic .NET]
Public Property Style As Boolean
[C#]
public bool Style {get; set;}
[Java]
public boolean isStyle()
throws
    IOException,
    AutomationException
[Java]
public void setStyle(
boolean Style
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Style(
  VARIANT_BOOL* isStyle
);
[C++]
HRESULT put_Style(
  VARIANT_BOOL isStyle

);

[C++]

Parameters

isStyle [out, retval]

  isStyle is a parameter of type VARIANT_BOOL

isStyle [in]

  isStyle is a parameter of type VARIANT_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

 


Feedback Send feedback on this page