Set this to true to disable all non-LambertDuration stopping conditions in the propagate segment.
Read-write property
[Visual Basic .NET] |
---|
Public Property DisableNonLambertPropagateStopConditions() As Boolean |
[C#] |
---|
public bool DisableNonLambertPropagateStopConditions {get; set;} |
[Managed C++] |
---|
public: __property bool get_DisableNonLambertPropagateStopConditions(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisableNonLambertPropagateStopConditions( VARIANT_BOOL * pVal ); public: HRESULT put_DisableNonLambertPropagateStopConditions( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getDisableNonLambertPropagateStopConditions(); public void setDisableNonLambertPropagateStopConditions( bool ); |