This document is archived and information here might be outdated.  Recommended version.


ISpatialReferenceFactory6.UseShapePreservingProjectEx Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

ISpatialReferenceFactory6.UseShapePreservingProjectEx Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISpatialReferenceFactory6 Interface