ArcObjects Library Reference (Geometry)  

ISpatialReference2GEN.ApplyXYPrecision Method

Applies the XY precision.

[Visual Basic .NET]
Public Sub ApplyXYPrecision ( _
    ByRef Points As WKSPoint[] _
)
[C#]
public void ApplyXYPrecision (
    ref WKSPoint[] Points
);
[C++]
HRESULT ApplyXYPrecision(
  Array* Points
);
[C++]

Parameters

Points [in]   Points is a parameter of type Array

Product Availability

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

See Also

ISpatialReference2GEN Interface