Get the additional atmospheric drag options.
Read-only property
[Visual Basic .NET] |
---|
Public Property Drag() As IAgVeHPOPForceModelDragOptions |
[C#] |
---|
public IAgVeHPOPForceModelDragOptions Drag {get;} |
[Managed C++] |
---|
public: __property IAgVeHPOPForceModelDragOptions ^ get_Drag(); |
[Unmanaged C++] |
---|
public: HRESULT get_Drag( IAgVeHPOPForceModelDragOptions ** ppVal ); |
[Java] |
---|
public IAgVeHPOPForceModelDragOptions getDrag(); |
[Python - STK API ] |
---|
@property def Drag(self) -> "IAgVeHPOPForceModelDragOptions": |