STK ObjectsSend 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 _
)
[C#]
public void SpecifyAccessTimePeriod(
    System.Object StartTime,
    System.Object StopTime
);
[Managed C++]
public: void SpecifyAccessTimePeriod(
    VARIANT StartTime,
    VARIANT StopTime
);
[Unmanaged C++]
public: HRESULT SpecifyAccessTimePeriod(
    VARIANT StartTime,
    VARIANT StopTime
);
[Java]
public void specifyAccessTimePeriod(
    AgVariant StartTime,
    AgVariant StopTime
);
[Python - STK API ]
def SpecifyAccessTimePeriod(self, StartTime:typing.Any, StopTime:typing.Any) -> None:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.