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





Description

Opt whether to show the title of the data display.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Title() As Boolean

[C#]
public bool Title {get; set;}

[Managed C++]
public: __property bool get_Title();
public: __property void set_Title(
bool
);

[Unmanaged C++]
public: HRESULT get_Title(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Title(
VARIANT_BOOL NewTitle
);

[Java]
public bool getTitle();public void setTitle(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1