STK ObjectsSend 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 IAgRadarActivityTimeComponentListElement
[Managed C++]
public: IAgRadarActivityTimeComponentListElement^ Add(
    String __gc ^ componentIdentifier
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR componentIdentifier,
    IAgRadarActivityTimeComponentListElement ** ppVal
);
[Python - STK API ]
def Add(self, componentIdentifier:str) -> "IAgRadarActivityTimeComponentListElement":

Parameters

componentIdentifier

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.