STK ObjectsSend comments on this topic.
Remove Method (IAgAreaTypePatternCollection)
See Also
ItemIndex
The index of the collection.
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
The index of the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.