AGI STK Objects 11 Send comments on this topic.
PluginName Property (IAgVePluginPropagator)
See Also 





Description

The complete name of the plugin.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PluginName() As String

[C#]
public string PluginName {get; set;}

[Managed C++]
public: __property String __gc ^ get_PluginName();
public: __property void set_PluginName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_PluginName(
BSTR * pRetVal
);
public: HRESULT put_PluginName(
BSTR NewPluginName
);

[Java]
public String getPluginName();public void setPluginName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1