AGI STK Objects 11 Send comments on this topic.
SetTimePeriod Method (IAgChUserSpecifiedTimePeriod)
See Also 
Start
Stop
Windows






Windows & Linux

Description

This property is deprecated. Use the TimeInterval property to configure the time interval. The user-specified time period. Start/Stop use DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Sub SetTimePeriod( _
   ByVal Start As System.Object, _
   ByVal Stop As System.Object _
) 

[C#]
public void SetTimePeriod(
System.Object Start,
System.Object Stop
);

[Managed C++]
public: void SetTimePeriod(
VARIANT Start,
VARIANT Stop
);

[Java]
public  setTimePeriod(
Variant Start,
Variant Stop
);

[Unmanaged C++]
public: HRESULT SetTimePeriod(
VARIANT Start,
VARIANT Stop
);

Parameters

Start
Stop

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface