STK UI ApplicationSend comments on this topic.
Personality Property (IAgUiApplication)
See Also
Windows





Windows & Linux

Description

Returns a reference to the currently loaded personality.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Personality() As Object
[C#]
public Object Personality {get;}
[Managed C++]
public: __property IUnknown ^ get_Personality();
[Unmanaged C++]
public: HRESULT get_Personality(
    IUnknown ** pVal
);
[Java]
public Object getPersonality();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.