STK ObjectsSend comments on this topic.
RemoveById Method (IAgMtoTrackCollection)
See Also
TrackId
Windows





Windows & Linux

Description

Removes an element from the collection using a specified id.

Syntax

[Visual Basic .NET]
Public Sub RemoveById( _
    ByVal TrackId As Integer _
)
[C#]
public void RemoveById(
    int TrackId
);
[Managed C++]
public: void RemoveById(
    int TrackId
);
[Unmanaged C++]
public: HRESULT RemoveById(
    long TrackId
);
[Java]
public void removeById(
    int TrackId
);
[Python - STK API ]
def RemoveById(self, TrackId:int) -> None:

Parameters

TrackId

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.