AGI STK Objects 11 Send comments on this topic.
RemoveIndex Method (IAgAccessCnstrExclZonesCollection)
See Also 
Index
The index in the collection.





Description

Removes an item given an index.

Syntax

[Visual Basic .NET]
Public Sub RemoveIndex( _
   ByVal Index As Integer _
) 

[C#]
public void RemoveIndex(
int Index
);

[Managed C++]
public: void RemoveIndex(
int Index
);

[Java]
public  removeIndex(
int Index
);

[Unmanaged C++]
public: HRESULT RemoveIndex(
long Index
);

Parameters

Index
The index in the collection.

Remarks

Removes an exclusion zone using an index.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1