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


IMarkerPlacement.NextTransformation Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IMarkerPlacement.NextTransformation Method

Hands back the next transformation.

[Visual Basic .NET]
Public Function NextTransformation ( _
) As IAffineTransformation2D
[C#]
public IAffineTransformation2D NextTransformation (
);
[C++]
HRESULT NextTransformation(
  IAffineTransformation2D** transfo
);
[C++]

Parameters transfo [out, retval]
transfo is a parameter of type IAffineTransformation2D

Product Availability

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

See Also

IMarkerPlacement Interface