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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface