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






Windows & Linux

Description

Removes from the collection a link to the STK object with 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
The index of the collection.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.