This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference2GEN Interface > ISpatialReference2GEN.ApplyPrecision Method (ArcObjects .NET 10.5 SDK) |
Applies the measure and z value precisions.
[Visual Basic .NET] Public Sub ApplyPrecision ( _ ByRef Points As WKSPoint[], _ ByRef ms As Double[]&, _ ByRef zs As Double[]& _ )
[C#] public void ApplyPrecision ( ref WKSPoint[] Points, ref Double[]& ms, ref Double[]& zs );
[C++]
HRESULT ApplyPrecision(
Array* Points,
ms* ms,
zs* zs
);
[C++]
Parameters Points [in] Points is a parameter of type Array ms [in] ms is a parameter of type zs [in] zs is a parameter of type