STK ObjectsSend comments on this topic.
InsertAt Method (IAgRadarActivityTimeComponentListCollection)
See Also
index
componentIdentifier
Windows





Windows & Linux

Description

Inserts a new time component element at the supplied index, configured with a component with the supplied identifier. An example of a valid component identifier would be \"Facility/MFR_Facility/Radar/MFR LightingIntervals.Umbra EventIntervalList\".

Syntax

[Visual Basic .NET]
Public Function InsertAt( _
    ByVal index As Integer, _
    ByVal componentIdentifier As String _
) As IAgRadarActivityTimeComponentListElement
[Managed C++]
public: IAgRadarActivityTimeComponentListElement^ InsertAt(
    int index,
    String __gc ^ componentIdentifier
);
[Unmanaged C++]
public: HRESULT InsertAt(
    int index,
    BSTR componentIdentifier,
    IAgRadarActivityTimeComponentListElement ** ppVal
);
[Java]
public IAgRadarActivityTimeComponentListElement insertAt(
    Integer index,
    String componentIdentifier
);
[Python - STK API ]
def InsertAt(self, index:int, componentIdentifier:str) -> "IAgRadarActivityTimeComponentListElement":

Parameters

index
componentIdentifier

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.