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


IGFSReplicaDescription.QueryGeometry Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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 [out, retval]
QueryGeometry is a parameter of type IGeometry QueryGeometry [in]
QueryGeometry is a parameter of type IGeometry

Product Availability

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

See Also

IGFSReplicaDescription Interface