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


IRelateDescription.GeometryResultOptions Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRelateDescription.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 [out, retval]
geometryOptions is a parameter of type IGeometryResultOptions geometryOptions [in]
geometryOptions is a parameter of type IGeometryResultOptions

Product Availability

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

Remarks

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.

See Also

IRelateDescription Interface