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
postTransformpostTransform is a parameter of type IAffineTransformation2D3GEN
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.