STK AstrogatorSend comments on this topic.
SetBaseSelection Method (IAgVAStateCalcOnePtAccess)
See Also
Selection
Windows





Windows & Linux

Description

Set the base selection.

Syntax

[Visual Basic .NET]
Public Sub SetBaseSelection( _
    ByVal Selection As AgEVABaseSelection _
)
[C#]
public void SetBaseSelection(
    AgEVABaseSelection Selection
);
[Managed C++]
public: void SetBaseSelection(
    AgEVABaseSelection Selection
);
[Unmanaged C++]
public: HRESULT SetBaseSelection(
    AgEVABaseSelection Selection
);
[Java]
public void setBaseSelection(
    AgEVABaseSelection Selection
);
[Python - STK API ]
def SetBaseSelection(self, Selection:"AgEVABaseSelection") -> None:

Parameters

Selection

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.