ArcObjects Library Reference (Geometry)  

ITransformation3D.PostMultiply Method

Post-multiplies the transformation by another transformation.

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

Parameters

postTransform

  postTransform is a parameter of type ITransformation3D

Product Availability

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

See Also

ITransformation3D Interface