STK Vector Geometry ToolSend comments on this topic.
ParameterSets Property (IAgCrdnProvider)
See Also
Windows





Windows & Linux

Description

Access, add new or remove existing parameter set components.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ParameterSets() As IAgCrdnParameterSetGroup
[C#]
public IAgCrdnParameterSetGroup ParameterSets {get;}
[Managed C++]
public: __property IAgCrdnParameterSetGroup ^ get_ParameterSets();
[Unmanaged C++]
public: HRESULT get_ParameterSets(
    IAgCrdnParameterSetGroup ** ppRetVal
);
[Java]
public IAgCrdnParameterSetGroup getParameterSets();
[Python - STK API ]
@property
def ParameterSets(self) -> "IAgCrdnParameterSetGroup":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.