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


ISpatialReference2GEN.PrecisionExImpl Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ISpatialReference2GEN.PrecisionExImpl Property

An opaque reference to the precision information (including z/m awareness) implementation for this spatial reference.

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

Parameters PrecisionExImpl [out, retval]
PrecisionExImpl is a parameter of type esriPrecisionExImplHandle*

Product Availability

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

See Also

ISpatialReference2GEN Interface