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


ISpatialReference.SpatialReferenceImpl 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.SpatialReferenceImpl Property
ArcGIS Developer Help

ISpatialReference.SpatialReferenceImpl Property

SpatialReferenceImpl.

[Visual Basic .NET]
Public ReadOnly Property SpatialReferenceImpl As Integer
[C#]
public int SpatialReferenceImpl {get;}
[C++]
HRESULT get_SpatialReferenceImpl(
  esriSpatialReferenceImplHandle* srImpl
);
[C++]
Parameters
srImpl [out, retval]

srImpl is a parameter of type esriSpatialReferenceImplHandle*

Product Availability

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

Remarks

This property is for internal use only.

See Also

ISpatialReference Interface