AGI STK Graphics 11 Send comments on this topic.
Text Property (IAgStkGraphicsTextOverlay)
See Also 





Description

Sets the Text to be rendered to an overlay. Newline characters ('\n') will mark the start of the next line in the text.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Text() As String

[C#]
public string Text {get; set;}

[Managed C++]
public: __property String __gc ^ get_Text();
public: __property void set_Text(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Text(
BSTR * pRetVal
);
public: HRESULT put_Text(
BSTR NewText
);

[Java]
public String getText();public void setText(
String
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1