Description
Display the segment of the leading portion of the vehicle's path that it traverses in the specified amount of time. Uses Time Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Time() As Double
|
| [C#] |
|---|
public double Time {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Time(); public: __property void set_Time(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Time(
double * pVal
);
public: HRESULT put_Time(
double Time
);
|
| [Java] |
|---|
public double getTime();
public void setTime(
double
);
|
See Also