This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplica Interface > IGPReplica.SibGenerationNumber Property (ArcObjects .NET 10.5 SDK) |
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(
long pSibGenerationNumber
);
[C++]
Parameters pSibGenerationNumber [out, retval] pSibGenerationNumber is a parameter of type long pSibGenerationNumber [in] pSibGenerationNumber is a parameter of type long
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.