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


ISpatialReference2GEN.ApplyPrecision Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference2GEN Interface > ISpatialReference2GEN.ApplyPrecision Method
ArcGIS Developer Help

ISpatialReference2GEN.ApplyPrecision Method

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(
  SAFEARRAY(WKSPoint)* Points,
  SAFEARRAY(System.Double)* ms,
  SAFEARRAY(System.Double)* zs
);
[C++]
Parameters
Points [in]

Points is a parameter of type SAFEARRAY(WKSPoint)* ms [in]
ms is a parameter of type SAFEARRAY(double)* zs [in]
zs is a parameter of type SAFEARRAY(double)*

Product Availability

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

See Also

ISpatialReference2GEN Interface