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