AGI STK Objects 11 Send comments on this topic.
TitleText Property (IAgVODataDisplayElement)
See Also 





Description

The title of the data display.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_TitleText();
public: __property void set_TitleText(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_TitleText(
BSTR * pRetVal
);
public: HRESULT put_TitleText(
BSTR NewTitleText
);

[Java]
public String getTitleText();public void setTitleText(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1