STK UtilSend comments on this topic.
FullName Property (IAgUnitPrefsUnit)
See Also
Windows





Windows & Linux

Description

Returns the fullname of the unit.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property FullName() As String
[C#]
public string FullName {get;}
[Managed C++]
public: __property String __gc ^ get_FullName();
[Unmanaged C++]
public: HRESULT get_FullName(
    BSTR * pName
);
[Java]
public String getFullName();
[Python - STK API ]
@property
def FullName(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.