AGI STK Objects 11 Send comments on this topic.
SpecifyAccessTimePeriod Method (IAgStkAccess)
See Also 
StartTime
The start time of the access period.
StopTime
The stop time of the access period.





Description

If eUserSpec is selected for AccessTimePeriod, specify the start and stop times for the user-defined period.

Syntax

[Visual Basic .NET]
Public Sub SpecifyAccessTimePeriod( _
   ByVal StartTime As System.Object, _
   ByVal StopTime As System.Object _
) 

[C#]
public void SpecifyAccessTimePeriod(
System.Object StartTime,
System.Object StopTime
);

[Managed C++]
public: void SpecifyAccessTimePeriod(
VARIANT StartTime,
VARIANT StopTime
);

[Java]
public  specifyAccessTimePeriod(
Variant StartTime,
Variant StopTime
);

[Unmanaged C++]
public: HRESULT SpecifyAccessTimePeriod(
VARIANT StartTime,
VARIANT StopTime
);

Parameters

StartTime
The start time of the access period.
StopTime
The stop time of the access period.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1