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


ISpatialReference2GEN.ApplyXYPrecision 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.ApplyXYPrecision Method
ArcGIS Developer Help

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(
  SAFEARRAY(WKSPoint)* Points
);
[C++]
Parameters
Points [in]

Points is a parameter of type SAFEARRAY(WKSPoint)*

Product Availability

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

See Also

ISpatialReference2GEN Interface