Returns a new ArcSDEConnectionProperties with properties equal to the current ArcSDEConnectionProperties.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public ArcSDEConnectionProperties Clone()
Visual Basic (Declaration)
Public Function Clone As ArcSDEConnectionProperties

Return Value

A ArcSDEConnectionProperties object which is a copy of the current instance. The new object is completely independent and does not retain any references to the original object.

See Also