AGI STK Objects 11 Send comments on this topic.
UserText Property (IAgLevelAttribute)
See Also 





Description

User-specified text that can be displayed with 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 * pRetVal
);
public: HRESULT put_UserText(
BSTR NewUserText
);

[Java]
public String getUserText();public void setUserText(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1