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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1