AGI STK Objects 11 Send comments on this topic.
IsHighlightVisible Property (IAgChGfxAnimation)
See Also 





Description

Opt whether to display access in bold print during animation. A box appears around each object during access.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsHighlightVisible();
public: __property void set_IsHighlightVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsHighlightVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsHighlightVisible(
VARIANT_BOOL NewIsHighlightVisible
);

[Java]
public bool getIsHighlightVisible();public void setIsHighlightVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1