AGI STK Graphics 11Send comments on this topic.
RemoveAllBefore Method (IAgStkGraphicsPathPrimitive)
See Also 
Index
The index at which to stop removing points.
Windows






Windows & Linux

Description

Remove all points before index.

Syntax

[Visual Basic .NET]
Public Sub RemoveAllBefore( _
   ByVal Index As Integer _
) 
[C#]
public void RemoveAllBefore(
   int Index
);
[Managed C++]
public: void RemoveAllBefore(
   int Index
);
[Java]
public  removeAllBefore(
   ppInteger Index
);
[Unmanaged C++]
public: HRESULT RemoveAllBefore(
   int Index
);

Parameters

Index
The index at which to stop removing points.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.