This document is archived and information here might be outdated. Recommended version. |
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**
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.