ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* doDensify
);
[C++]
HRESULT put_DensifyGeometries(
  VARIANT_BOOL doDensify
);
[C++]

Parameters

doDensify [out, retval]   doDensify is a parameter of type VARIANT_BOOL doDensify [in]   doDensify is a parameter of type VARIANT_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