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






Windows & Linux

Description

This property is deprecated. Use PassDataEpoch instead. The start time of the first pass. Uses DateFormat Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property VARIANT get_Date();
public: __property void set_Date(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Date(
VARIANT * pRetVal
);
public: HRESULT put_Date(
VARIANT NewDate
);

[Java]
public Variant getDate();public void setDate(
Variant
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface