Adds a new time component element to the collection, 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 Add( string componentIdentifier ); |
| [Managed C++] |
|---|
public: IAgRadarActivityTimeComponentListElement^ Add( String __gc ^ componentIdentifier ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgRadarActivityTimeComponentListElement add( String componentIdentifier ); |
[Python - STK API ] |
|---|
def Add(self, componentIdentifier:str) -> "IAgRadarActivityTimeComponentListElement": |
- componentIdentifier






