STK ObjectsSend comments on this topic.
IsHighlightVisible Property (IAgChGfxAnimation)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_IsHighlightVisible(
    VARIANT_BOOL IsHighlightVisible
);
[Java]
public bool getIsHighlightVisible();
public void setIsHighlightVisible(
    bool
);
[Python - STK API ]
@property
def IsHighlightVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.