Get the list of control parameters defined for the profile.
Read-only property
[Visual Basic .NET] |
---|
Public Property Controls() As IAgVAGoldenSectionControlCollection |
[C#] |
---|
public IAgVAGoldenSectionControlCollection Controls {get;} |
[Managed C++] |
---|
public: __property IAgVAGoldenSectionControlCollection ^ get_Controls(); |
[Unmanaged C++] |
---|
public: HRESULT get_Controls( IAgVAGoldenSectionControlCollection ** ppVAGoldenSectionControlCollection ); |
[Java] |
---|
public IAgVAGoldenSectionControlCollection getControls(); |
[Python - STK API ] |
---|
@property def Controls(self) -> "IAgVAGoldenSectionControlCollection": |