Gets or sets the time at which the object's position will be used as a waypoint.
Read-write property
[Visual Basic .NET] |
---|
Public Property WaypointTime() As System.Object |
[C#] |
---|
public System.Object WaypointTime {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_WaypointTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_WaypointTime( VARIANT * pVal ); public: HRESULT put_WaypointTime( VARIANT newVal ); |
[Java] |
---|
public AgVariant getWaypointTime(); public void setWaypointTime( AgVariant ); |