STK ObjectsSend comments on this topic.
Remove Method (IAgLtPointCollection)
See Also
ItemIndex
Windows





Windows & Linux

Description

Remove an item using a given index.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
    ByVal ItemIndex As Integer _
)
[C#]
public void Remove(
    int ItemIndex
);
[Managed C++]
public: void Remove(
    int ItemIndex
);
[Unmanaged C++]
public: HRESULT Remove(
    long ItemIndex
);
[Java]
public void remove(
    int ItemIndex
);
[Python - STK API ]
def Remove(self, ItemIndex:int) -> None:

Parameters

ItemIndex

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.