This document is archived and information here might be outdated. Recommended version. |
[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**