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





Windows & Linux

Description

Add interval.

Syntax

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

Parameters

RefIntervals

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.