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**
GeometryResultOptions can be used to generalize or densify geometry of related features. When a geometry is need to flash or highlight those features, you may consider reducing number of vertices in those returned geometry by generalizing which will improve the performance. Some time a feature may be made of arc(s), in case the client application can�t process those arcs, geometry can be densified to return geometry made of a series of vertices.