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


IProjection.ProjectionImpl Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjection Interface > IProjection.ProjectionImpl Property
ArcGIS Developer Help

IProjection.ProjectionImpl Property

The projection implementation.

[Visual Basic .NET]
Public Sub ProjectionImpl ( _
    ByRef ProjectionImpl As Integer _
)
[C#]
public void ProjectionImpl (
    ref int ProjectionImpl
);
[C++]
HRESULT get_ProjectionImpl(
  esriProjectionImplHandle* ProjectionImpl
);
[C++]
Parameters
ProjectionImpl 

ProjectionImpl is a parameter of type esriProjectionImplHandle*

Product Availability

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

See Also

IProjection Interface