AGI STK Objects 11 Send comments on this topic.
StartTime Property (IAgVeVOIntervalsElement)
See Also 





Description

Time at which the interval begins and the selected graphics display in the 3D window. Uses DateFormat Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StartTime() As System.Object

[C#]
public System.Object StartTime {get; set;}

[Managed C++]
public: __property VARIANT get_StartTime();
public: __property void set_StartTime(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_StartTime(
VARIANT * pRetVal
);
public: HRESULT put_StartTime(
VARIANT NewStartTime
);

[Java]
public Variant getStartTime();public void setStartTime(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1