STK ObjectsSend 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 IAgMtoTrackPoint
[C#]
public IAgMtoTrackPoint Add(
    System.Object Time
);
[Managed C++]
public: IAgMtoTrackPoint^ Add(
    VARIANT Time
);
[Unmanaged C++]
public: HRESULT Add(
    VARIANT Time,
    IAgMtoTrackPoint ** ppRetVal
);
[Java]
public IAgMtoTrackPoint add(
    AgVariant Time
);
[Python - STK API ]
def Add(self, Time:typing.Any) -> "IAgMtoTrackPoint":

Parameters

Time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.