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


IESRISegment.MaxDenseSegments Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IESRISegment Interface > IESRISegment.MaxDenseSegments Property
ArcGIS Developer Help

IESRISegment.MaxDenseSegments Property

.

[Visual Basic .NET]
Public Function get_MaxDenseSegments ( _
    ByVal maxDeviation As Double _
) As Integer
[C#]
public int get_MaxDenseSegments (
    double maxDeviation
);
[C++]
HRESULT get_MaxDenseSegments(
  double maxDeviation,
  System.Int32* cBytes
);
[C++]
Parameters
maxDeviation 

maxDeviation is a parameter of type double cBytes [out, retval]
cBytes is a parameter of type long*

Product Availability

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

See Also

IESRISegment Interface