AGI STK Astrogator 11Send comments on this topic.
SetBaseSelection Method (IAgVAAccessStoppingCondition)
See Also 
Selection
Windows






Windows & Linux

Description

BaseSelection

Syntax

[Visual Basic .NET]
Public Sub SetBaseSelection( _
   ByVal Selection As AgEVABaseSelection _
) 
[C#]
public void SetBaseSelection(
   AgEVABaseSelection Selection
);
[Managed C++]
public: void SetBaseSelection(
   AgEVABaseSelection Selection
);
[Java]
public  setBaseSelection(
   AgEVABaseSelection Selection
);
[Unmanaged C++]
public: HRESULT SetBaseSelection(
   AgEVABaseSelection Selection
);

Parameters

Selection
MemberValueDescription
eVABaseSelectionSpecify0An object in the current scenario.
eVABaseSelectionCurrentSatellite1The current satellite.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.