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