Condition Inherited by Automatic Sequences - if true, the stopping condition will be applied to any automatic sequences activated within the same segment. If the stopping condition is met while an automatic sequence is executing, and this option is not selected, then the stopping condition will be ignored.
Read-write property
[Visual Basic .NET] |
---|
Public Property Inherited() As Boolean |
[C#] |
---|
public bool Inherited {get; set;} |
[Managed C++] |
---|
public: __property bool get_Inherited(); |
[Unmanaged C++] |
---|
public: HRESULT get_Inherited( VARIANT_BOOL * pVal ); public: HRESULT put_Inherited( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getInherited(); public void setInherited( bool ); |