STK ObjectsSend comments on this topic.
SpecifyAccessEventIntervals Method (IAgStkAccess)
See Also
pEventIntervalList
Windows





Windows & Linux

Description

Access is computed using the intervals in the specified event interval list.

Syntax

[Visual Basic .NET]
Public Sub SpecifyAccessEventIntervals( _
    ByVal pEventIntervalList As IAgCrdnEventIntervalList _
)
[C#]
public void SpecifyAccessEventIntervals(
    IAgCrdnEventIntervalList pEventIntervalList
);
[Managed C++]
public: void SpecifyAccessEventIntervals(
    IAgCrdnEventIntervalList ^ pEventIntervalList
);
[Unmanaged C++]
public: HRESULT SpecifyAccessEventIntervals(
    IAgCrdnEventIntervalList * pEventIntervalList
);
[Java]
public void specifyAccessEventIntervals(
    IAgCrdnEventIntervalList pEventIntervalList
);
[Python - STK API ]
def SpecifyAccessEventIntervals(self, pEventIntervalList:"IAgCrdnEventIntervalList") -> None:

Parameters

pEventIntervalList

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.