STK ObjectsSend comments on this topic.
Title Property (IAgVODataDisplayElement)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_Title(
    VARIANT_BOOL Title
);
[Java]
public bool getTitle();
public void setTitle(
    bool
);
[Python - STK API ]
@property
def Title(self) -> bool:

@Title.setter
def Title(self, Title:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.