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


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

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

Remarks

This property is for internal use only.

See Also

ISpatialReference Interface