The replica or reference to a replica with the specified name.
[Visual Basic .NET] Public Function get_ReplicaByName ( _ ByVal ReplicaName As String _ ) As IReplica
[C#] public IReplica get_ReplicaByName ( string ReplicaName );
[C++]
HRESULT get_ReplicaByName(
BSTR ReplicaName,
IReplica** Replica
);
[C++]Parameters
ReplicaName [in] ReplicaName is a parameter of type BSTR Replica [out, retval]Replica is a parameter of type IReplica
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The replica name is the name assigned to the check-out, which by default is also the name of the check-out version. The IReplica::Name property can be used to get the name of the check-out.