This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITransformation3D Interface > ITransformation3D.PostMultiply Method (ArcObjects .NET 10.4 SDK) |
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