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


IGFSReplicaDescription.QueryGeometry 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.QueryGeometry Property
ArcGIS Developer Help

IGFSReplicaDescription.QueryGeometry Property

The shape that determines which features are replicated.

[Visual Basic .NET]
Public Property QueryGeometry As IGeometry
[C#]
public IGeometry QueryGeometry {get; set;}
[C++]
HRESULT get_QueryGeometry(
  IGeometry* QueryGeometry
);
[C++]
HRESULT putref_QueryGeometry(
  IGeometry** QueryGeometry
);
[C++]
Parameters
QueryGeometry [in]

QueryGeometry is a parameter of type IGeometry* QueryGeometry [out, retval]
QueryGeometry is a parameter of type IGeometry**

Product Availability

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

See Also

IGFSReplicaDescription Interface