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


IReplica2.SibGenerationNumber Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IReplica2.SibGenerationNumber Property

The generation number for a replica's sibling.

[Visual Basic .NET]
Public ReadOnly Property SibGenerationNumber As Integer
[C#]
public int SibGenerationNumber {get;}
[C++]
HRESULT get_SibGenerationNumber(
  long* sibGen
);
[C++]

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

Product Availability

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

See Also

IReplica2 Interface