This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerResultOptions Interface > ILayerResultOptions.GeometryResultOptions Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
geometryOptions is a parameter of type IGeometryResultOptions geometryOptions [in]
geometryOptions is a parameter of type IGeometryResultOptions
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.