STK AgAsHpopPluginSend comments on this topic.
Name Property (IAgAsHpopPlugin)
See Also
Windows





Windows & Linux

Description

Triggered after initialization to set the name of the plugin used in messages.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Name() As String
[C#]
public string Name {get;}
[Managed C++]
public: __property String __gc ^ get_Name();
[Unmanaged C++]
public: HRESULT get_Name(
    BSTR * pName
);
[Java]
public String getName();

Remarks

Name used in the Message Viewer to identify this plugin component.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.