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





Windows & Linux

Description

Sets the interval A.

Syntax

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

Parameters

RefIntervals

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.