This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDataset Interface > IGPReplicaDataset.UseGeometry Property (ArcObjects .NET 10.5 SDK) |
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
The property is TRUE by default.