AGI STK Objects 11 Send comments on this topic.
SetTimePeriodType Method (IAgChain)
See Also 
TimePeriodType





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
Member Value Description
eTimePeriodUnknown -1 Unsupported time period type.
eUseObjectTimePeriods 0 The 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.
eUseScenarioTimePeriod 1 The Time Period that you for the scenario is used to compute access.
eUserSpecifiedTimePeriod 2 Specify the Start and Stop time for access computation.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1