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


IGeometryResultOptions.DensifyGeometries Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometryResultOptions Interface > IGeometryResultOptions.DensifyGeometries Property
ArcGIS Developer Help

IGeometryResultOptions.DensifyGeometries Property

Indicates if MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results.

[Visual Basic .NET]
Public Property DensifyGeometries As Boolean
[C#]
public bool DensifyGeometries {get; set;}
[C++]
HRESULT get_DensifyGeometries(
  Boolean* doDensify
);
[C++]
HRESULT put_DensifyGeometries(
  VARIANT_BOOL doDensify
);
[C++]
Parameters
doDensify [out, retval]

doDensify is a parameter of type bool* doDensify [in]
doDensify is a parameter of type bool

Product Availability

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

Remarks

When DensifyGeometries is set to true, MaximumDeviation and MaximumSegmentLength should also be set. For more information please see Densify.

See Also

IGeometryResultOptions Interface