The bounding interval list.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property BoundingIntervalList() As IAgCrdnEventIntervalList |
| [C#] |
|---|
public IAgCrdnEventIntervalList BoundingIntervalList {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnEventIntervalList ^ get_BoundingIntervalList(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnEventIntervalList getBoundingIntervalList(); public void setBoundingIntervalList( IAgCrdnEventIntervalList ); |
| [Python - STK API] |
|---|
@property def BoundingIntervalList(self) -> "IAgCrdnEventIntervalList": @BoundingIntervalList.setter def BoundingIntervalList(self, BoundingIntervalList:"IAgCrdnEventIntervalList") -> None: |





