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


IReplicaEdit.ParentID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaEdit Interface > IReplicaEdit.ParentID Property
ArcGIS Developer Help

IReplicaEdit.ParentID Property

The ID of the replica reference in the master geodatabase.

[Visual Basic .NET]
Public WriteOnly Property ParentID
[C#]
public void ParentID {set;}
[C++]
HRESULT put_ParentID(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

See Also

IReplicaEdit Interface