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


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

IVerticalCoordinateSystemGEN.GetParameters Method

Retrieves the PositiveDirection and VerticalShift parameters into an array.

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

parameters is a parameter of type SAFEARRAY(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

IVerticalCoordinateSystemGEN Interface