This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub DensifyEx ( _ ByVal maxSegmentLength As Double, _ ByVal maxDeviation As Double, _ ByVal bTrackAll As Boolean, _ ByRef cOriginalSegments As Integer, _ ByVal originalSegments As IntPtr _ )
[C#] public void DensifyEx ( double maxSegmentLength, double maxDeviation, bool bTrackAll, ref int cOriginalSegments, ref IntPtr originalSegments );
[C++]
HRESULT DensifyEx(
double maxSegmentLength,
double maxDeviation,
VARIANT_BOOL bTrackAll,
System.Int32* cOriginalSegments,
esriOriginalSegmentMapping** originalSegments
);
[C++]
Parameters maxSegmentLength
maxSegmentLength is a parameter of type double maxDeviation
maxDeviation 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**