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


IProjectiveTransformation2DGEN.QueryTransformationParameters Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IProjectiveTransformation2DGEN.QueryTransformationParameters Method

Returns the eight parameters which define the two dimensional projective transformation.

[Visual Basic .NET]
Public Sub QueryTransformationParameters ( _
    ByVal Direction As esriTransformDirection, _
    ByRef params As Double[]& _
)
[C#]
public void QueryTransformationParameters (
    esriTransformDirection Direction,
    ref Double[]& params
);
[C++]
HRESULT QueryTransformationParameters(
  esriTransformDirection Direction,
  params* params
);
[C++]

Parameters Direction
Direction is a parameter of type esriTransformDirection params [in, out] params is a parameter of type

Product Availability

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

See Also

IProjectiveTransformation2DGEN Interface