STK ObjectsSend comments on this topic.
UserText Property (IAgVeGfxElevationsElement)
See Also
Windows





Windows & Linux

Description

Opt whether to display user defined text for the contour.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UserText() As String
[C#]
public string UserText {get; set;}
[Managed C++]
public: __property String __gc ^ get_UserText();
public: __property void set_UserText( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_UserText(
    BSTR * pVal
);
public: HRESULT put_UserText(
    BSTR UserText
);
[Java]
public String getUserText();
public void setUserText(
    String
);
[Python - STK API ]
@property
def UserText(self) -> str:

@UserText.setter
def UserText(self, UserText:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.