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





Windows & Linux

Description

Gets or sets 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 HideAnimationGfxIfMoreThanNStrandsNum() As Integer
[C#]
public int HideAnimationGfxIfMoreThanNStrandsNum {get; set;}
[Managed C++]
public: __property int get_HideAnimationGfxIfMoreThanNStrandsNum();
public: __property void set_HideAnimationGfxIfMoreThanNStrandsNum( int );
[Unmanaged C++]
public: HRESULT get_HideAnimationGfxIfMoreThanNStrandsNum(
    int * pVal
);
public: HRESULT put_HideAnimationGfxIfMoreThanNStrandsNum(
    int inVal
);
[Java]
public Integer getHideAnimationGfxIfMoreThanNStrandsNum();
public void setHideAnimationGfxIfMoreThanNStrandsNum(
    Integer
);
[Python - STK API ]
@property
def HideAnimationGfxIfMoreThanNStrandsNum(self) -> int:

@HideAnimationGfxIfMoreThanNStrandsNum.setter
def HideAnimationGfxIfMoreThanNStrandsNum(self, inVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.