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

Parameters

Index
The index at which to stop removing points.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.