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.
Windows






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface