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] |
---|
Public Function InsertAt( _ ByVal index As Integer, _ ByVal componentIdentifier As String _ ) As IAgRadarActivityTimeComponentListElement |
[C#] |
---|
public IAgRadarActivityTimeComponentListElement InsertAt( int index, string componentIdentifier ); |
[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": |
- index
- componentIdentifier