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






Windows & Linux

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 * pVal
);
public: HRESULT put_Time(
    VARIANT Time
);
[Java]
public VARIANT getTime();
public void setTime(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.