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


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

IGeographic2DOffsetTransformation.GetParameters Method

Returns latitude and longitude translation values for the transformation.

[Visual Basic .NET]
Public Sub GetParameters ( _
    ByRef dlon As Double, _
    ByRef dlat As Double _
)
[C#]
public void GetParameters (
    ref double dlon,
    ref double dlat
);
[C++]
HRESULT GetParameters(
  System.Double* dlon,
  System.Double* dlat
);
[C++]
Parameters
dlon [out]

dlon is a parameter of type double* dlat [out]
dlat is a parameter of type double*

Product Availability

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

See Also

IGeographic2DOffsetTransformation Interface