AGI STK Objects 11Send 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
);
[Java]
public  setTimePeriodType(
   AgEChTimePeriodType TimePeriodType
);
[Unmanaged C++]
public: HRESULT SetTimePeriodType(
   AgEChTimePeriodType TimePeriodType
);

Parameters

TimePeriodType
MemberValueDescription
eTimePeriodUnknown-1Unsupported time period type.
eUseObjectTimePeriods0The Time Period that you set for objects in the chain is used to compute access. For facilities, places and targets, the scenario Time Period is used.
eUseScenarioTimePeriod1The Time Period that you for the scenario is used to compute access.
eUserSpecifiedTimePeriod2Specify the Start and Stop time for access computation.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.