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


ILocationTrigger.EvaluateFeature Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILocationTrigger.EvaluateFeature Method

Evaluates feature for location trigger information.

[Visual Basic .NET]
Public Sub EvaluateFeature ( _
    ByVal piFeature As IFeature _
)
[C#]
public void EvaluateFeature (
    IFeature piFeature
);
[C++]
HRESULT EvaluateFeature(
  IFeature* piFeature
);
[C++]

Parameters piFeature [in]
piFeature is a parameter of type IFeature

Product Availability

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

See Also

ILocationTrigger Interface