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


IGPReplica.SibGenerationNumber Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplica Interface > IGPReplica.SibGenerationNumber Property
ArcGIS Developer Help

IGPReplica.SibGenerationNumber Property

The generation number of the relative replica.

[Visual Basic .NET]
Public Property SibGenerationNumber As Integer
[C#]
public int SibGenerationNumber {get; set;}
[C++]
HRESULT get_SibGenerationNumber(
  long pSibGenerationNumber
);
[C++]
HRESULT put_SibGenerationNumber(
  System.Int32* pSibGenerationNumber
);
[C++]
Parameters
pSibGenerationNumber [in]

pSibGenerationNumber is a parameter of type long pSibGenerationNumber [out, retval]
pSibGenerationNumber is a parameter of type long*

Product Availability

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

Remarks

Returns the generation number for a replica's sibling as it is known to the replica. 

The generation number returned is based on the replicas last received message from it's relative. 

See Also

IGPReplica Interface