STK UI PluginsSend comments on this topic.
PersonalityName Property (IAgUiPluginSite)
See Also
Windows





Windows & Linux

Description

A name of the currently loaded personality (possible values are 'STK', 'ODTK', etc.).

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PersonalityName() As String
[C#]
public string PersonalityName {get;}
[Managed C++]
public: __property String __gc ^ get_PersonalityName();
[Unmanaged C++]
public: HRESULT get_PersonalityName(
    BSTR * pPersonalityName
);
[Java]
public String getPersonalityName();

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.