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





Windows & Linux

Description

Sets the interval B.

Syntax

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

Parameters

RefIntervals

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.