STK ObjectsSend comments on this topic.
SetTimePeriodType Method (IAgChain)
See Also
TimePeriodType
Windows





Windows & Linux

Description

Method to set the option used to specify the time period.

Syntax

[Visual Basic .NET]
Public Sub SetTimePeriodType( _
    ByVal TimePeriodType As AgEChTimePeriodType _
)
[C#]
public void SetTimePeriodType(
    AgEChTimePeriodType TimePeriodType
);
[Managed C++]
public: void SetTimePeriodType(
    AgEChTimePeriodType TimePeriodType
);
[Unmanaged C++]
public: HRESULT SetTimePeriodType(
    AgEChTimePeriodType TimePeriodType
);
[Java]
public void setTimePeriodType(
    AgEChTimePeriodType TimePeriodType
);
[Python - STK API ]
def SetTimePeriodType(self, TimePeriodType:"AgEChTimePeriodType") -> None:

Parameters

TimePeriodType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.