AGI STK VGT 11 Send comments on this topic.
BoundingIntervalList Property (IAgCrdnEventArrayFixedStep)
See Also 





Description

The bounding interval list.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundingIntervalList() As IAgCrdnEventIntervalList

[C#]
public IAgCrdnEventIntervalList BoundingIntervalList {get; set;}

[Managed C++]
public: __property IAgCrdnEventIntervalList^ get_BoundingIntervalList();
public: __property void set_BoundingIntervalList(
IAgCrdnEventIntervalList ^
);

[Unmanaged C++]
public: HRESULT get_BoundingIntervalList(
IAgCrdnEventIntervalList ** ppRetVal
);
public: HRESULT put_BoundingIntervalList(
IAgCrdnEventIntervalList * pNewBoundingIntervalList
);

[Java]
public IAgCrdnEventIntervalList getBoundingIntervalList();public void setBoundingIntervalList(
IAgCrdnEventIntervalList
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1