ArcObjects Library Reference (GeoDatabase)  

IEnumProperty.Clone Method

Creates a clone of the current enumeration.

[Visual Basic .NET]
Public Sub Clone ( _
    ByRef ppenum As IEnumProperty _
)
[C#]
public void Clone (
    ref IEnumProperty ppenum
);
[C++]
HRESULT Clone(
  IEnumProperty** ppenum
);
[C++]

Parameters

ppenum [out]

  ppenum is a parameter of type IEnumProperty

Product Availability

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

See Also

IEnumProperty Interface