ArcObjects Library Reference (Geometry)  

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

Product Availability

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

See Also

ISpatialReference2GEN Interface