AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_Date(
    VARIANT Date
);
[Java]
public VARIANT getDate();
public void setDate(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.