ArcObjects Library Reference  (Carto)    

IFeatureLayerDefinition2.SearchOrder Property

Flag that specifies the search order used when applying a mixed attribute-spatial query.

[Visual Basic 6.0]
Property SearchOrder As esriSearchOrder
[Visual Basic .NET]
Public Property SearchOrder As esriSearchOrder
[C#]
public esriSearchOrder SearchOrder {get; set;}
[Java]
public esriSearchOrder getSearchOrder()
throws
    IOException,
    AutomationException
[Java]
public void setSearchOrder(
esriSearchOrder psriSearchOrder
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_SearchOrder(
  esriSearchOrder* order
);
[C++]
HRESULT put_SearchOrder(
  esriSearchOrder order

);

[C++]

Parameters

order [out, retval]

  order is a parameter of type esriSearchOrder

order [in]

  order is a parameter of type esriSearchOrder

Product Availability

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

See Also

IFeatureLayerDefinition2 Interface

 


Feedback Send feedback on this page