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


IGPReplicaDescription.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDescription Interface > IGPReplicaDescription.Init Method
ArcGIS Developer Help

IGPReplicaDescription.Init Method

Initializes the object from an existing replica.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal Replica As IReplica _
)
[C#]
public void Init (
    IReplica Replica
);
[C++]
HRESULT Init(
  IReplica* Replica
);
[C++]
Parameters
Replica [in]

Replica is a parameter of type IReplica*

Product Availability

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

Remarks

Initialzes a GPReplicaDescription object from an existing Replica in the geodatabase. The object describes the data that has been replicated.

See Also

IGPReplicaDescription Interface