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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.