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.
Read-write property
[Visual Basic .NET] |
---|
Public Property HideAnimationGfxIfMoreThanNStrandsNum() As Integer |
[C#] |
---|
public int HideAnimationGfxIfMoreThanNStrandsNum {get; set;} |
[Managed C++] |
---|
public: __property int get_HideAnimationGfxIfMoreThanNStrandsNum(); |
[Unmanaged C++] |
---|
public: HRESULT get_HideAnimationGfxIfMoreThanNStrandsNum( int * pVal ); public: HRESULT put_HideAnimationGfxIfMoreThanNStrandsNum( int inVal ); |
[Java] |
---|
public Integer getHideAnimationGfxIfMoreThanNStrandsNum(); public void setHideAnimationGfxIfMoreThanNStrandsNum( Integer ); |