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


IProjectedCoordinateSystem4GEN.GetParameters Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.GetParameters Method

Gets the map projection parameters of a projected coordinate system. The array size needs to be esriSR_MaxParameterCountPrivate.

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

Parameters parameters [in, out] parameters is a parameter of type Array

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface

.NET Related Topics

Creating a custom projected coordinate system