AGI STK Objects 11 Send comments on this topic.
Remove Method (IAgVORefCrdnCollection)
See Also 
Index
The index of the collection





Description

Removes an element at the specified position from the collection.

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
The index of the collection

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1