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





Windows & Linux

Description

Use the maximum number of animation strand lines to show. If there are more than the specified number of valid strands, the animation lines are not displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseHideAnimationGfxIfMoreThanNStrands() As Boolean
[C#]
public bool UseHideAnimationGfxIfMoreThanNStrands {get; set;}
[Managed C++]
public: __property bool get_UseHideAnimationGfxIfMoreThanNStrands();
public: __property void set_UseHideAnimationGfxIfMoreThanNStrands( bool );
[Unmanaged C++]
public: HRESULT get_UseHideAnimationGfxIfMoreThanNStrands(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseHideAnimationGfxIfMoreThanNStrands(
    VARIANT_BOOL inVal
);
[Java]
public bool getUseHideAnimationGfxIfMoreThanNStrands();
public void setUseHideAnimationGfxIfMoreThanNStrands(
    bool
);
[Python - STK API ]
@property
def UseHideAnimationGfxIfMoreThanNStrands(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.