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


ISpatialReferenceFactory6.UseShapePreservingProject Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ISpatialReferenceFactory6.UseShapePreservingProject Property

Enables/disables shape preserving project. Default is False.

[Visual Basic .NET]
Public Property UseShapePreservingProject As Boolean
[C#]
public bool UseShapePreservingProject {get; set;}
[C++]
HRESULT get_UseShapePreservingProject(
  Boolean* vbYesNo
);
[C++]
HRESULT put_UseShapePreservingProject(
  VARIANT_BOOL vbYesNo
);
[C++]

Parameters vbYesNo [out, retval]
vbYesNo is a parameter of type bool* vbYesNo [in]
vbYesNo is a parameter of type bool

Product Availability

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

See Also

ISpatialReferenceFactory6 Interface