ArcObjects Library Reference (TrackingAnalyst)  

ITxObjectEdit.Invoke Method

Invokes the Editing mechanism of the implementing object.

[Visual Basic .NET]
Public Sub Invoke ( _
    ByVal hParent As Integer _
)
[C#]
public void Invoke (
    int hParent
);
[C++]
HRESULT Invoke(
  Long hParent
);
[C++]

Parameters

hParent [in]   hParent is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxObjectEdit Interface