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


IAffineTransformation2D3GEN.PreMultiply Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D3GEN Interface > IAffineTransformation2D3GEN.PreMultiply Method
ArcGIS Developer Help

IAffineTransformation2D3GEN.PreMultiply Method

Pre-multiplies the transformation by another transformation.

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

preTransform is a parameter of type IAffineTransformation2D3GEN*

Product Availability

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

See Also

IAffineTransformation2D3GEN Interface