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


IReplica2.MyGenerationNumber Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IReplica2.MyGenerationNumber Property

The generation number for a replica.

[Visual Basic .NET]
Public ReadOnly Property MyGenerationNumber As Integer
[C#]
public int MyGenerationNumber {get;}
[C++]
HRESULT get_MyGenerationNumber(
  System.Int32* myGen
);
[C++]

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

Product Availability

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

See Also

IReplica2 Interface