AGI STK Objects 11Send 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
);
[Java]
public  remove(
   int ItemIndex
);
[Unmanaged C++]
public: HRESULT Remove(
   long ItemIndex
);

Parameters

ItemIndex
The index of the collection.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.