This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceFactory6 Interface > ISpatialReferenceFactory6.UseShapePreservingProjectEx Property (ArcObjects .NET 10.4 SDK) |
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 VARIANT_BOOL minSegmentLengthInDegrees minSegmentLengthInDegrees is a parameter of type double is a parameter of type double