STK AstrogatorSend comments on this topic.
Controls Property (IAgVAProfileGridSearch)
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 Controls() As IAgVAGridSearchControlCollection
[C#]
public IAgVAGridSearchControlCollection Controls {get;}
[Managed C++]
public: __property IAgVAGridSearchControlCollection ^ get_Controls();
[Unmanaged C++]
public: HRESULT get_Controls(
    IAgVAGridSearchControlCollection ** ppVAGridSearchControlCollection
);
[Java]
public IAgVAGridSearchControlCollection getControls();
[Python - STK API ]
@property
def Controls(self) -> "IAgVAGridSearchControlCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.