AGI STK Astrogator 11 Send comments on this topic.
DragModelPluginName Property (IAgVAMSISE_1990)
See Also 





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 * pRetVal
);
public: HRESULT put_DragModelPluginName(
BSTR NewDragModelPluginName
);

[Java]
public String getDragModelPluginName();public void setDragModelPluginName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1