Triggered when the plugin is being registered. This is the name of the constraint used by STK.
Read-only property
[Visual Basic .NET] |
---|
Public Property DisplayName() As String |
[C#] |
---|
public string DisplayName {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_DisplayName(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayName( BSTR * pDisplayName ); |
[Java] |
---|
public String getDisplayName(); |