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

© 2018 Analytical Graphics, Inc. All Rights Reserved.