ArcObjects Library Reference (Carto)  

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 [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

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