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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1