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


IProjectedCoordinateSystem.GetParameters Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem Interface > IProjectedCoordinateSystem.GetParameters Method
ArcGIS Developer Help

IProjectedCoordinateSystem.GetParameters Method

Gets the map projection parameters of a projected coordinate system.

[Visual Basic .NET]
Public Sub GetParameters ( _
    ByRef parameters As IParameter _
)
[C#]
public void GetParameters (
    ref IParameter parameters
);
[C++]
HRESULT GetParameters(
  IParameter** parameters
);
[C++]
Parameters
parameters [out]

parameters is a parameter of type IParameter**

Product Availability

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

See Also

IProjectedCoordinateSystem Interface