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


ILayerResultOptions.GeometryResultOptions Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerResultOptions Interface > ILayerResultOptions.GeometryResultOptions Property
ArcGIS Developer Help

ILayerResultOptions.GeometryResultOptions Property

Indicates whether we need to modify Geometry.

[Visual Basic .NET]
Public Property GeometryResultOptions As IGeometryResultOptions
[C#]
public IGeometryResultOptions GeometryResultOptions {get; set;}
[C++]
HRESULT get_GeometryResultOptions(
  IGeometryResultOptions* geometryOptions
);
[C++]
HRESULT putref_GeometryResultOptions(
  IGeometryResultOptions** geometryOptions
);
[C++]
Parameters
geometryOptions [in]

geometryOptions is a parameter of type IGeometryResultOptions* geometryOptions [out, retval]
geometryOptions is a parameter of type IGeometryResultOptions**

Product Availability

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

Remarks

Use GeometryResultOptions to densify or generalize the geometry returned from a query. Densification is used to better support clients that do not support Arcs (e.g. Bezier, Circular etc.). Generalization reduces the amount of geography being sent across the network and should lead to better performance.

See Also

ILayerResultOptions Interface