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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.