AGI STK Objects 11Send 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
[C#]
public IAgRadarActivityTimeComponentListElement InsertAt(
   int Index,
   string componentIdentifier
);
[Managed C++]
public: IAgRadarActivityTimeComponentListElement^ InsertAt(
   int Index,
   String __gc ^ componentIdentifier
);
[Java]
public IAgRadarActivityTimeComponentListElement insertAt(
   ppInteger Index,
   String componentIdentifier
);
[Unmanaged C++]
public: HRESULT InsertAt(
   int Index,
   BSTR componentIdentifier,
   IAgRadarActivityTimeComponentListElement ** ReturnValue
);

Parameters

Index
componentIdentifier

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.