STK AstrogatorSend comments on this topic.
ControlParameters Property (IAgVAProfileDifferentialCorrector)
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 IAgVADCControlCollection
[C#]
public IAgVADCControlCollection ControlParameters {get;}
[Managed C++]
public: __property IAgVADCControlCollection ^ get_ControlParameters();
[Unmanaged C++]
public: HRESULT get_ControlParameters(
    IAgVADCControlCollection ** ppVADCControlCollection
);
[Java]
public IAgVADCControlCollection getControlParameters();
[Python - STK API ]
@property
def ControlParameters(self) -> "IAgVADCControlCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.