AGI STK Objects 11Send 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.
Windows






Windows & Linux

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 _
) As 
[C#]
public void SpecifyAccessTimePeriod(
    System.Object StartTime,
    System.Object StopTime
);
[Managed C++]
public: void SpecifyAccessTimePeriod(
    VARIANT StartTime,
    VARIANT StopTime
);
[Java]
public void 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

© 2019 Analytical Graphics, Inc. All Rights Reserved.