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


ITransformation3DGEN.PostMultiply Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITransformation3DGEN Interface > ITransformation3DGEN.PostMultiply Method
ArcGIS Developer Help

ITransformation3DGEN.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

ITransformation3DGEN Interface