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


ISpatialReference.PrecisionImpl Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ISpatialReference.PrecisionImpl Property

An opaque reference to the precision information implementation for this spatial reference.

[Visual Basic .NET]
Public ReadOnly Property PrecisionImpl As Integer
[C#]
public int PrecisionImpl {get;}
[C++]
HRESULT get_PrecisionImpl(
  esriPrecisionImplHandle* PrecisionImpl
);
[C++]

Parameters PrecisionImpl [out, retval]
PrecisionImpl is a parameter of type esriPrecisionImplHandle*

Product Availability

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

Remarks

This property is for internal use only.

See Also

ISpatialReference Interface