AGI STK Objects 11 Send 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
);

[Java]
public  specifyAccessEventIntervals(
IAgCrdnEventIntervalList pEventIntervalList
);

[Unmanaged C++]
public: HRESULT SpecifyAccessEventIntervals(
IAgCrdnEventIntervalList * pEventIntervalList
);

Parameters

pEventIntervalList

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface