STK ObjectsSend comments on this topic.
UserTextVisible Property (IAgLevelAttribute)
See Also
Windows





Windows & Linux

Description

Whether the user-specified text is displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UserTextVisible() As Boolean
[C#]
public bool UserTextVisible {get; set;}
[Managed C++]
public: __property bool get_UserTextVisible();
public: __property void set_UserTextVisible( bool );
[Unmanaged C++]
public: HRESULT get_UserTextVisible(
    VARIANT_BOOL * pShowUserText
);
public: HRESULT put_UserTextVisible(
    VARIANT_BOOL ShowUserText
);
[Java]
public bool getUserTextVisible();
public void setUserTextVisible(
    bool
);
[Python - STK API ]
@property
def UserTextVisible(self) -> bool:

@UserTextVisible.setter
def UserTextVisible(self, ShowUserText:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.