STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT Remove(
    BSTR ObjectPath
);
[Java]
public void remove(
    String ObjectPath
);
[Python - STK API ]
def Remove(self, ObjectPath:str) -> None:

Parameters

ObjectPath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.