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


IWorkspaceDefinition2.GPReplica Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceDefinition2.GPReplica Property

The replica.

[Visual Basic .NET]
Public Property GPReplica As IGPReplica
[C#]
public IGPReplica GPReplica {get; set;}
[C++]
HRESULT get_GPReplica(
  IGPReplica** Replica
);
[C++]
HRESULT putref_GPReplica(
  IGPReplica* Replica
);
[C++]

Parameters Replica [out, retval]
Replica is a parameter of type IGPReplica Replica [in]
Replica is a parameter of type IGPReplica

Product Availability

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

See Also

IWorkspaceDefinition2 Interface