STK AstrogatorSend comments on this topic.
DragModelPluginName Property (IAgVAMarsGRAM2000)
See Also
Windows





Windows & Linux

Description

The name of the drag model plugin.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DragModelPluginName() As String
[C#]
public string DragModelPluginName {get; set;}
[Managed C++]
public: __property String __gc ^ get_DragModelPluginName();
public: __property void set_DragModelPluginName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_DragModelPluginName(
    BSTR * pVal
);
public: HRESULT put_DragModelPluginName(
    BSTR pVal
);
[Java]
public String getDragModelPluginName();
public void setDragModelPluginName(
    String
);
[Python - STK API ]
@property
def DragModelPluginName(self) -> str:

@DragModelPluginName.setter
def DragModelPluginName(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.