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