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


IEnumSTATSTG.Clone Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEnumSTATSTG Interface > IEnumSTATSTG.Clone Method
ArcGIS Developer Help

IEnumSTATSTG.Clone Method

[Visual Basic .NET]
Public Sub clone ( _
    ByRef ppenum As IEnumSTATSTG _
)
[C#]
public void clone (
    ref IEnumSTATSTG ppenum
);
[C++]
HRESULT clone(
  IEnumSTATSTG** ppenum
);
[C++]
Parameters
ppenum [out]

ppenum is a parameter of type IEnumSTATSTG**

Product Availability

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

See Also

IEnumSTATSTG Interface