Pre-multiplies the transformation by another transformation.
[Visual Basic .NET] Public Sub PreMultiply ( _ ByVal preTransform As ITransformation3D _ )
[C#] public void PreMultiply ( ITransformation3D preTransform );
[C++]
HRESULT PreMultiply(
ITransformation3D* preTransform
);
[C++]Parameters
preTransformpreTransform is a parameter of type ITransformation3D
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.