This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDescription Interface > IGPReplicaDescription.Init Method (ArcObjects .NET 10.5 SDK) |
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
Initialzes a GPReplicaDescription object from an existing Replica in the geodatabase. The object describes the data that has been replicated.