STK AstrogatorSend comments on this topic.
ApplyProfileByName Method (IAgVAMCSTargetSequence)
See Also
Profile
Windows





Windows & Linux

Description

Apply Changes - applies the current values of specified profile to the segments within the target sequence.

Syntax

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

Parameters

Profile

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.