AGI STK Astrogator 11 Send comments on this topic.
DirectionDefinition Property (IAgVAThrusterSet)
See Also 





Description

The thruster set direction definition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DirectionDefinition() As AgEVAThrusterDirection

[C#]
public AgEVAThrusterDirection DirectionDefinition {get; set;}

[Managed C++]
public: __property AgEVAThrusterDirection get_DirectionDefinition();
public: __property void set_DirectionDefinition(
AgEVAThrusterDirection
);

[Unmanaged C++]
public: HRESULT get_DirectionDefinition(
AgEVAThrusterDirection * pRetVal
);
public: HRESULT put_DirectionDefinition(
AgEVAThrusterDirection NewDirectionDefinition
);

[Java]
public AgEVAThrusterDirection getDirectionDefinition();public void setDirectionDefinition(
AgEVAThrusterDirection
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1