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


IGFSReplicaDescription.SingleGeneration Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGFSReplicaDescription Interface > IGFSReplicaDescription.SingleGeneration Property
ArcGIS Developer Help

IGFSReplicaDescription.SingleGeneration Property

Indicates if the replica is a check-out.

[Visual Basic .NET]
Public Property SingleGeneration As Boolean
[C#]
public bool SingleGeneration {get; set;}
[C++]
HRESULT get_SingleGeneration(
  VARIANT_BOOL SingleGeneration
);
[C++]
HRESULT put_SingleGeneration(
  Boolean* SingleGeneration
);
[C++]
Parameters
SingleGeneration [in]

SingleGeneration is a parameter of type bool SingleGeneration [out, retval]
SingleGeneration is a parameter of type bool*

Product Availability

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

See Also

IGFSReplicaDescription Interface