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





Windows & Linux

Description

Sets the interval at given index.

Syntax

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

Parameters

RefIntervals
Pos

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.