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


IEnumSTATSTG.Clone Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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