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


IGPReplicaDataset.UseGeometry Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplicaDataset.UseGeometry Property

Indicates if the geometry defined in the replica description is applied to the replica dataset.

[Visual Basic .NET]
Public Property UseGeometry As Boolean
[C#]
public bool UseGeometry {get; set;}
[C++]
HRESULT get_UseGeometry(
  VARIANT_BOOL UseGeometry
);
[C++]
HRESULT put_UseGeometry(
  Boolean* UseGeometry
);
[C++]

Parameters UseGeometry [in]
UseGeometry is a parameter of type bool UseGeometry [out, retval]
UseGeometry is a parameter of type bool*

Product Availability

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

Description

The property is TRUE by default.

See Also

IGPReplicaDataset Interface