AGI STK Objects 11 Send comments on this topic.
RemoveById Method (IAgMtoTrackCollection)
See Also 
TrackId





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1