STK Vector Geometry ToolSend comments on this topic.
DisplayName Property (IAgCrdnVectorPlugin)
See Also
Windows





Windows & Linux

Description

Plugin's Display Name associated with the COM plugin.

Property type

Read-only property

Syntax

[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 * pRetVal
);
[Java]
public String getDisplayName();
[Python - STK API ]
@property
def DisplayName(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.