AGI STK Objects 11Send 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 _
) As 
[C#]
public void SpecifyAccessEventIntervals(
    IAgCrdnEventIntervalList pEventIntervalList
);
[Managed C++]
public: void SpecifyAccessEventIntervals(
    IAgCrdnEventIntervalList ^ pEventIntervalList
);
[Java]
public void specifyAccessEventIntervals(
    IAgCrdnEventIntervalList pEventIntervalList
);
[Unmanaged C++]
public: HRESULT SpecifyAccessEventIntervals(
    IAgCrdnEventIntervalList * pEventIntervalList
);

Parameters

pEventIntervalList

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.