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





Description

Removes an element from the collection given a ObjectPath.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal ObjectPath As String _
) 

[C#]
public void Remove(
string ObjectPath
);

[Managed C++]
public: void Remove(
String __gc ^ ObjectPath
);

[Java]
public  remove(
String ObjectPath
);

[Unmanaged C++]
public: HRESULT Remove(
BSTR ObjectPath
);

Parameters

ObjectPath

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1