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


ISpatialReference2GEN.PrecisionImpl Property (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.PrecisionImpl Property
ArcGIS Developer Help

ISpatialReference2GEN.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.

See Also

ISpatialReference2GEN Interface