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


IWorkspaceDefinition2.GPReplica Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceDefinition2 Interface > IWorkspaceDefinition2.GPReplica Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IWorkspaceDefinition2 Interface