STK ObjectsSend comments on this topic.
ImportFromComponent Method (IAgRadarActivityTimeIntervalListCollection)
See Also
identifier
Windows





Windows & Linux

Description

Import time intervals from specified time component.

Syntax

[Visual Basic .NET]
Public Sub ImportFromComponent( _
    ByVal identifier As String _
)
[C#]
public void ImportFromComponent(
    string identifier
);
[Managed C++]
public: void ImportFromComponent(
    String __gc ^ identifier
);
[Unmanaged C++]
public: HRESULT ImportFromComponent(
    BSTR identifier
);
[Java]
public void importFromComponent(
    String identifier
);
[Python - STK API ]
def ImportFromComponent(self, identifier:str) -> None:

Parameters

identifier

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.