This document is archived and information here might be outdated. Recommended version. |
Return the replica in the workspace that has a specific name.
[Visual Basic .NET] Public Function get_Replica ( _ ByVal ReplicaName As String _ ) As IGPReplica
[C#] public IGPReplica get_Replica ( string ReplicaName );
[C++]
HRESULT get_Replica(
BSTR ReplicaName,
IGPReplica** GPReplica
);
[C++]
Parameters ReplicaName [in]
ReplicaName is a parameter of type BSTR GPReplica [out, retval]
GPReplica is a parameter of type IGPReplica**