The method used to select an interval from the reference interval list.
Read-write property
[Visual Basic .NET] |
---|
Public Property IntervalSelection() As AgECrdnIntervalSelection |
[C#] |
---|
public AgECrdnIntervalSelection IntervalSelection {get; set;} |
[Managed C++] |
---|
public: __property AgECrdnIntervalSelection get_IntervalSelection(); |
[Unmanaged C++] |
---|
public: HRESULT get_IntervalSelection( AgECrdnIntervalSelection * pRetVal ); public: HRESULT put_IntervalSelection( AgECrdnIntervalSelection IntervalSelection ); |
[Java] |
---|
public AgECrdnIntervalSelection getIntervalSelection(); public void setIntervalSelection( AgECrdnIntervalSelection ); |
[Python - STK API ] |
---|
@property def IntervalSelection(self) -> "AgECrdnIntervalSelection": @IntervalSelection.setter def IntervalSelection(self, IntervalSelection:"AgECrdnIntervalSelection") -> None: |