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


IESRISegment.MaxDenseSegments Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

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