STK AstrogatorSend comments on this topic.
ControlParameters Property (IAgVAProfileIPOPTOptimizer)
See Also
Windows





Windows & Linux

Description

Get the list of control parameters defined for the profile.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ControlParameters() As IAgVAIPOPTControlCollection
[C#]
public IAgVAIPOPTControlCollection ControlParameters {get;}
[Managed C++]
public: __property IAgVAIPOPTControlCollection ^ get_ControlParameters();
[Unmanaged C++]
public: HRESULT get_ControlParameters(
    IAgVAIPOPTControlCollection ** ppVAIPOPTControlCollection
);
[Java]
public IAgVAIPOPTControlCollection getControlParameters();
[Python - STK API ]
@property
def ControlParameters(self) -> "IAgVAIPOPTControlCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.