STK Graphics PrimitivesSend 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
);
[Unmanaged C++]
public: HRESULT RemoveAllAfter(
    int Index
);
[Java]
public void removeAllAfter(
    Integer Index
);
[Python - STK API ]
def RemoveAllAfter(self, Index:int) -> None:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.