AGI STK Objects 11 Send 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
);

[Java]
public  removeById(
int TrackId
);

[Unmanaged C++]
public: HRESULT RemoveById(
long TrackId
);

Parameters

TrackId

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface