AGI STK Objects 11Send comments on this topic.
Add Method (IAgMtoTrackPointCollection)
See Also
Time
Windows






Windows & Linux

Description

Adds a new element to the collection. Time uses DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal Time As System.Object _
) As 
[C#]
public IAgMtoTrackPoint Add(
    System.Object Time
);
[Managed C++]
public: IAgMtoTrackPoint^ Add(
    VARIANT Time
);
[Java]
public IAgMtoTrackPoint add(
    VARIANT Time
);
[Unmanaged C++]
public: HRESULT Add(
    VARIANT Time,
    IAgMtoTrackPoint ** ppRetVal
);

Parameters

Time

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.