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


ISpatialReference.PrecisionExImpl Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference Interface > ISpatialReference.PrecisionExImpl Property
ArcGIS Developer Help

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