![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITemplate Interface > ITemplate.MovePatternElement Method (ArcObjects .NET 10.5 SDK) |
Moves a pattern element.
[Visual Basic .NET] Public Sub MovePatternElement ( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer _ )
[C#] public void MovePatternElement ( int fromIndex, int toIndex );
[C++]
HRESULT MovePatternElement(
long fromIndex,
long toIndex
);
[C++]
Parameters fromIndex [in] fromIndex is a parameter of type long toIndex [in] toIndex is a parameter of type long