AGI STK VGT 11 Send comments on this topic.
IntervalSelection Property (IAgCrdnEventIntervalFromIntervalList)
See Also 





Description

The method used to select an interval from the reference interval list.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntervalSelection() As AgECrdnIntervalSelection

[C#]
public AgECrdnIntervalSelection IntervalSelection {get; set;}

[Managed C++]
public: __property AgECrdnIntervalSelection get_IntervalSelection();
public: __property void set_IntervalSelection(
AgECrdnIntervalSelection
);

[Unmanaged C++]
public: HRESULT get_IntervalSelection(
AgECrdnIntervalSelection * pRetVal
);
public: HRESULT put_IntervalSelection(
AgECrdnIntervalSelection NewIntervalSelection
);

[Java]
public AgECrdnIntervalSelection getIntervalSelection();public void setIntervalSelection(
AgECrdnIntervalSelection
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1