This document is archived and information here might be outdated. Recommended version. |
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.