Click or drag to resize

ShieldingEffectivenessWorkflow Class

A wrapped shielding effectiveness workflow class that allows accessing and modifying of a shielding effectiveness workflow using the API.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.Core.WorkflowShieldingEffectivenessWorkflow

Namespace: ema3d.Api.V25.Core.Workflow
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public class ShieldingEffectivenessWorkflow

The ShieldingEffectivenessWorkflow type exposes the following members.

Properties
 NameDescription
Public propertyAlpha Gets/Sets the alpha parameter of the Gaussian signal attached to the plane wave.
Public propertyAmplitude Gets/Sets the amplitude parameter of the Gaussian signal attached to the plane wave.
Public propertyDirection Gets/Sets the cardinal direction of the plane wave.
Public propertySteps Gets/Sets the minimum number of steps of a dimension.
Public propertyTimeToPeak Gets/Sets the time to peak parameter of the Gaussian signal attached to the plane wave.
Public propertyUseDefault Gets/Sets whether to use the default parameters for the plane wave configuration.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates a new default ShieldingEffectivenessWorkflow.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecute Executes the workflow.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also