AGI STK Objects 11Send comments on this topic.
Remove Method (IAgVOModelCollection)
See Also 
Index
Windows






Windows & Linux

Description

Removes an item at the given index.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal Index As Integer _
) 
[C#]
public void Remove(
   int Index
);
[Managed C++]
public: void Remove(
   int Index
);
[Java]
public  remove(
   int Index
);
[Unmanaged C++]
public: HRESULT Remove(
   long Index
);

Parameters

Index

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.