AGI STK Objects 11 Send comments on this topic.
Time Property (IAgSnVOProjectionElement)
See Also 





Description

Time used together with distance to compute the space projection. Uses DateFormat Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property VARIANT get_Time();
public: __property void set_Time(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Time(
VARIANT * pRetVal
);
public: HRESULT put_Time(
VARIANT NewTime
);

[Java]
public Variant getTime();public void setTime(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1