AGI STK Objects 11 Send comments on this topic.
SpecifyAccessEventIntervals Method (IAgStkAccess)
See Also 
pEventIntervalList





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1