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


IGPReplicaDataset.UseGeometry Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL UseGeometry
);
[C++]

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

Product Availability

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

Description

The property is TRUE by default.

See Also

IGPReplicaDataset Interface