STK AstrogatorSend comments on this topic.
DirectionDefinition Property (IAgVAThrusterSet)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_DirectionDefinition(
    AgEVAThrusterDirection InVal
);
[Java]
public AgEVAThrusterDirection getDirectionDefinition();
public void setDirectionDefinition(
    AgEVAThrusterDirection
);
[Python - STK API ]
@property
def DirectionDefinition(self) -> "AgEVAThrusterDirection":

@DirectionDefinition.setter
def DirectionDefinition(self, InVal:"AgEVAThrusterDirection") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.