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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.