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


IReplica2.SibMyGenNumber Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IReplica2.SibMyGenNumber Property

The generation number that the sibling thinks is my generation number.

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

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

Product Availability

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

See Also

IReplica2 Interface