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


IVerticalCoordinateSystem.GetParameters Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IVerticalCoordinateSystem.GetParameters Method

Gets the vertical coordinate system parameters.

[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.

Description

Returns the PositiveDirection and VerticalShift parameters in an array of IParameters.

See Also

IVerticalCoordinateSystem Interface