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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.