STK AgAsHpopPluginSend comments on this topic.
Date_Array Method (IAgAsDragModelResultEval)
See Also
Scale
Windows





Windows & Linux

Description

This method is deprecated. Use DateElements instead. Current epoch in requested time scale expressed in date format returned as an array representing year [yyyy], dayOfYear, month [0-11], hour [0-23], minute [0-59], seconds. Useful for scripting clients.

Syntax

[Visual Basic .NET]
Public Function Date_Array( _
    ByVal Scale As AgEUtTimeScale _
) As System.Array
[C#]
public System.Array Date_Array(
    AgEUtTimeScale Scale
);
[Managed C++]
public: System::Array Date_Array(
    AgEUtTimeScale Scale
);
[Unmanaged C++]
public: HRESULT Date_Array(
    AgEUtTimeScale Scale,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray date_Array(
    AgEUtTimeScale Scale
);

Parameters

Scale

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.