ArcObjects Library Reference (Geometry)  

IAffineTransformation2D3GEN.PostMultiply Method

Post-multiplies the transformation by another transformation.

[Visual Basic .NET]
Public Sub PostMultiply ( _
    ByVal postTransform As IAffineTransformation2D3GEN _
)
[C#]
public void PostMultiply (
    IAffineTransformation2D3GEN postTransform
);
[C++]
HRESULT PostMultiply(
  IAffineTransformation2D3GEN* postTransform
);
[C++]

Parameters

postTransform

  postTransform is a parameter of type IAffineTransformation2D3GEN

Product Availability

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

See Also

IAffineTransformation2D3GEN Interface