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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1