AGI STK Objects 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface