This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGFSReplicaDescription Interface > IGFSReplicaDescription.QueryGeometry Property (ArcObjects .NET 10.4 SDK) |
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