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


ISpatialReferenceFactory6.UseShapePreservingProjectEx Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceFactory6 Interface > ISpatialReferenceFactory6.UseShapePreservingProjectEx Property
ArcGIS Developer Help

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 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