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


IGPReplica.Init Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplica.Init Method

Initializes the class using an IReplica object.

[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.

See Also

IGPReplica Interface