AGI STK Graphics 11 Send comments on this topic.
RemoveAllAfter Method (IAgStkGraphicsPathPrimitive)
See Also 
Index
The index at which any points after will be removed.





Description

Remove all points after index.

Syntax

[Visual Basic .NET]
Public Sub RemoveAllAfter( _
   ByVal Index As Integer _
) 

[C#]
public void RemoveAllAfter(
int Index
);

[Managed C++]
public: void RemoveAllAfter(
int Index
);

[Java]
public  removeAllAfter(
ppInteger Index
);

[Unmanaged C++]
public: HRESULT RemoveAllAfter(
int Index
);

Parameters

Index
The index at which any points after will be removed.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1