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





Description

Legend title.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_Title();
public: __property void set_Title(
String __gc ^
);

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

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1