This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionEvaluate Interface > IActionEvaluate.PerformFeatureAction Method (ArcObjects .NET 10.4 SDK) |
Perform the Action specified by the base action or condition.
[Visual Basic .NET] Public Sub PerformFeatureAction ( _ ByVal bResult As Integer, _ ByVal piFeature As IFeature, _ ByRef pvarReturnedObjects As Object _ )
[C#] public void PerformFeatureAction ( int bResult, IFeature piFeature, ref object pvarReturnedObjects );
[C++]
HRESULT PerformFeatureAction(
long bResult,
IFeature* piFeature,
VARIANT* pvarReturnedObjects
);
[C++]
Parameters bResult [in] bResult is a parameter of type long piFeature [in]
piFeature is a parameter of type IFeature pvarReturnedObjects [in, out] pvarReturnedObjects is a parameter of type VARIANT