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


IGraphicFeatureServerReplication.CreateReplica Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicFeatureServerReplication Interface > IGraphicFeatureServerReplication.CreateReplica Method
ArcGIS Developer Help

IGraphicFeatureServerReplication.CreateReplica Method

Create Replica.

[Visual Basic .NET]
Public Function CreateReplica ( _
    ByVal replicaName As String, _
    ByVal replicaDescription As IGFSReplicaDescription, _
    ByVal repOptions As IGPReplicaOptions, _
    ByVal exportOptions As IGDSExportOptions, _
    ByVal TransportType As esriGDSTransportType _
) As IGDSData
[C#]
public IGDSData CreateReplica (
    string replicaName,
    IGFSReplicaDescription replicaDescription,
    IGPReplicaOptions repOptions,
    IGDSExportOptions exportOptions,
    esriGDSTransportType TransportType
);
[C++]
HRESULT CreateReplica(
  BSTR replicaName,
  IGFSReplicaDescription* replicaDescription,
  IGPReplicaOptions* repOptions,
  IGDSExportOptions* exportOptions,
  esriGDSTransportType TransportType
);
[C++]
Parameters
replicaName [in]

replicaName is a parameter of type BSTR replicaDescription [in]
replicaDescription is a parameter of type IGFSReplicaDescription* repOptions [in]
repOptions is a parameter of type IGPReplicaOptions* exportOptions [in]
exportOptions is a parameter of type IGDSExportOptions* TransportType [in]
TransportType is a parameter of type esriGDSTransportType

Product Availability

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

See Also

IGraphicFeatureServerReplication Interface