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


IGPReplicaDataset.UseGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDataset Interface > IGPReplicaDataset.UseGeometry Property
ArcGIS Developer Help

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