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


IGPReplica.ID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplica.ID Property

The ID of the replica.

[Visual Basic .NET]
Public Property ID As Integer
[C#]
public int ID {get; set;}
[C++]
HRESULT get_ID(
  long* ReplicaID
);
[C++]
HRESULT put_ID(
  long ReplicaID
);
[C++]

Parameters ReplicaID [out, retval] ReplicaID is a parameter of type long ReplicaID [in] ReplicaID is a parameter of type long

Product Availability

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

See Also

IGPReplica Interface