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


ISpatialReference2GEN.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 > ISpatialReference2GEN Interface > ISpatialReference2GEN.PrecisionExImpl Property
ArcGIS Developer Help

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