ArcObjects Library Reference (GeoDatabase)  

IGPReplicaDatasets.RemoveAll Method

Removes all replica dataset objects.

[Visual Basic .NET]
Public Sub RemoveAll ( _
)
[C#]
public void RemoveAll (
);
[C++]
HRESULT RemoveAll(
void
);

Product Availability

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

Remarks

The method removes all replica datasets from the GPReplicaDatasets object.

See Also

IGPReplicaDatasets Interface