Get the time of the waypoint.
Read-only property
[Visual Basic .NET] |
---|
Public Property Time() As System.Object |
[C#] |
---|
public System.Object Time {get;} |
[Managed C++] |
---|
public: __property VARIANT get_Time(); |
[Unmanaged C++] |
---|
public: HRESULT get_Time( VARIANT * pVal ); |
[Java] |
---|
public AgVariant getTime(); |