AGI STK Astrogator 11 Send comments on this topic.
SpacecraftAndFuelTankType Property (IAgVAMCSFollow)
See Also 
Windows






Windows & Linux

Description

The spacecraft snd fuel tank configuration type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpacecraftAndFuelTankType() As AgEVAFollowSpacecraftAndFuelTank

[C#]
public AgEVAFollowSpacecraftAndFuelTank SpacecraftAndFuelTankType {get; set;}

[Managed C++]
public: __property AgEVAFollowSpacecraftAndFuelTank get_SpacecraftAndFuelTankType();
public: __property void set_SpacecraftAndFuelTankType(
AgEVAFollowSpacecraftAndFuelTank
);

[Unmanaged C++]
public: HRESULT get_SpacecraftAndFuelTankType(
AgEVAFollowSpacecraftAndFuelTank * pRetVal
);
public: HRESULT put_SpacecraftAndFuelTankType(
AgEVAFollowSpacecraftAndFuelTank NewSpacecraftAndFuelTankType
);

[Java]
public AgEVAFollowSpacecraftAndFuelTank getSpacecraftAndFuelTankType();public void setSpacecraftAndFuelTankType(
AgEVAFollowSpacecraftAndFuelTank
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface