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


IPolycurve3.DensifyByAngleEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolycurve3 Interface > IPolycurve3.DensifyByAngleEx Method
ArcGIS Developer Help

IPolycurve3.DensifyByAngleEx Method

[Visual Basic .NET]
Public Sub DensifyByAngleEx ( _
    ByVal maxSegmentLength As Double, _
    ByVal maxAngleDeviation As Double, _
    ByVal bTrackAll As Boolean, _
    ByRef cOriginalSegments As Integer, _
    ByVal originalSegments As IntPtr _
)
[C#]
public void DensifyByAngleEx (
    double maxSegmentLength,
    double maxAngleDeviation,
    bool bTrackAll,
    ref int cOriginalSegments,
    ref IntPtr originalSegments
);
[C++]
HRESULT DensifyByAngleEx(
  double maxSegmentLength,
  double maxAngleDeviation,
  VARIANT_BOOL bTrackAll,
  System.Int32* cOriginalSegments,
  esriOriginalSegmentMapping** originalSegments
);
[C++]
Parameters
maxSegmentLength 

maxSegmentLength is a parameter of type double maxAngleDeviation
maxAngleDeviation is a parameter of type double bTrackAll
bTrackAll is a parameter of type bool cOriginalSegments [in, out]
cOriginalSegments is a parameter of type long* originalSegments [out]
originalSegments is a parameter of type esriOriginalSegmentMapping**

Product Availability

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

See Also

IPolycurve3 Interface