ArcObjects Library Reference (GeoDatabase)  

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(
  long pSibGenerationNumber
);
[C++]

Parameters

pSibGenerationNumber [out, retval]   pSibGenerationNumber is a parameter of type long pSibGenerationNumber [in]   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