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\".
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgRadarActivityTimeComponentListElement InsertAt( int index, string componentIdentifier ); |
| [Managed C++] |
|---|
public: IAgRadarActivityTimeComponentListElement^ InsertAt( int index, String __gc ^ componentIdentifier ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgRadarActivityTimeComponentListElement insertAt( Integer index, String componentIdentifier ); |
[Python - STK API ] |
|---|
def InsertAt(self, index:int, componentIdentifier:str) -> "IAgRadarActivityTimeComponentListElement": |
- index
- componentIdentifier






