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






Windows & Linux

Description

Opt whether to show an objects name in the data display title.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsShowNameEnabled();
public: __property void set_IsShowNameEnabled(
bool
);

[Unmanaged C++]
public: HRESULT get_IsShowNameEnabled(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsShowNameEnabled(
VARIANT_BOOL NewIsShowNameEnabled
);

[Java]
public bool getIsShowNameEnabled();public void setIsShowNameEnabled(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface