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


IGPReplica.MyGenerationNumber Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplica.MyGenerationNumber Property

The generation number for the replica.

[Visual Basic .NET]
Public Property MyGenerationNumber As Integer
[C#]
public int MyGenerationNumber {get; set;}
[C++]
HRESULT get_MyGenerationNumber(
  long* pMyGenerationNumber
);
[C++]
HRESULT put_MyGenerationNumber(
  long pMyGenerationNumber
);
[C++]

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

Product Availability

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

Remarks

Returns the current generation number of a replica.

See Also

IGPReplica Interface