STK ObjectsSend comments on this topic.
Add Method (IAgMtoTrackCollection)
See Also
TrackId
The TrackID must be larger than all other TrackIDs existing for the MTO.
Windows





Windows & Linux

Description

Adds a new element to the collection.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal TrackId As Integer _
) As IAgMtoTrack
[C#]
public IAgMtoTrack Add(
    int TrackId
);
[Managed C++]
public: IAgMtoTrack^ Add(
    int TrackId
);
[Unmanaged C++]
public: HRESULT Add(
    long TrackId,
    IAgMtoTrack ** ppRetVal
);
[Java]
public IAgMtoTrack add(
    int TrackId
);
[Python - STK API ]
def Add(self, TrackId:int) -> "IAgMtoTrack":

Parameters

TrackId
The TrackID must be larger than all other TrackIDs existing for the MTO.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.