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 _
) 
[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

© 2018 Analytical Graphics, Inc. All Rights Reserved.