This document is archived and information here might be outdated. Recommended version. |
Enables/disables shape preserving project using the input minimum segment length and maximum deviation parameters for convergence. Default is False.
[Visual Basic .NET]
Public Sub set_UseShapePreservingProjectEx ( _
ByVal vbYesNo As Boolean, _
ByVal minSegmentLengthInDegrees As Double, _
ByVal A_3 As Double _
)
[C#]
public void set_UseShapePreservingProjectEx (
bool vbYesNo,
double minSegmentLengthInDegrees,
double A_3
);
[C++]
HRESULT put_UseShapePreservingProjectEx(
VARIANT_BOOL vbYesNo,
double minSegmentLengthInDegrees,
double
);
[C++] Parameters vbYesNo [in]
vbYesNo is a parameter of type bool minSegmentLengthInDegrees
minSegmentLengthInDegrees is a parameter of type double
is a parameter of type double