AGI STK Objects 11Send comments on this topic.
Add Method (IAgRadarActivityTimeComponentListCollection)
See Also
componentIdentifier
Windows






Windows & Linux

Description

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\".

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal componentIdentifier As String _
) As 
[Managed C++]
public: IAgRadarActivityTimeComponentListElement^ Add(
    String __gc ^ componentIdentifier
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR componentIdentifier,
    IAgRadarActivityTimeComponentListElement ** ppVal
);

Parameters

componentIdentifier

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.