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


IEnumProperty.Clone Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumProperty.Clone Method

Creates a clone of the current enumeration.

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

Parameters Property [out]
Property is a parameter of type IEnumProperty

Product Availability

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

See Also

IEnumProperty Interface