STK Vector Geometry ToolSend comments on this topic.
SetIntervalListA Method (IAgCrdnEventIntervalListMerged)
See Also
RefIntervals
Windows





Windows & Linux

Description

Sets the interval list A.

Syntax

[Visual Basic .NET]
Public Sub SetIntervalListA( _
    ByVal RefIntervals As IAgCrdnEventIntervalList _
)
[C#]
public void SetIntervalListA(
    IAgCrdnEventIntervalList RefIntervals
);
[Managed C++]
public: void SetIntervalListA(
    IAgCrdnEventIntervalList ^ RefIntervals
);
[Unmanaged C++]
public: HRESULT SetIntervalListA(
    IAgCrdnEventIntervalList * RefIntervals
);
[Java]
public void setIntervalListA(
    IAgCrdnEventIntervalList RefIntervals
);
[Python - STK API ]
def SetIntervalListA(self, RefIntervals:"IAgCrdnEventIntervalList") -> None:

Parameters

RefIntervals

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.