ArcObjects Library Reference (Geometry)  

IGeographic2DOffsetTransformation.PutParameters Method

Sets latitude and longitude translation values for the transformation.

[Visual Basic .NET]
Public Sub PutParameters ( _
    ByVal dlon As Double, _
    ByVal dlat As Double _
)
[C#]
public void PutParameters (
    double dlon,
    double dlat
);
[C++]
HRESULT PutParameters(
  double dlon,
  double dlat
);
[C++]

Parameters

dlon   dlon is a parameter of type double dlat   dlat is a parameter of type double

Product Availability

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

See Also

IGeographic2DOffsetTransformation Interface