STK Vector Geometry ToolSend 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 BoundingIntervalList
);
[Java]
public IAgCrdnEventIntervalList getBoundingIntervalList();
public void setBoundingIntervalList(
    IAgCrdnEventIntervalList
);
[Python - STK API ]
@property
def BoundingIntervalList(self) -> "IAgCrdnEventIntervalList":

@BoundingIntervalList.setter
def BoundingIntervalList(self, BoundingIntervalList:"IAgCrdnEventIntervalList") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.