 | ChargeBodySourceManagerAssignAnalyticSource(IDesignBody, Double) Method |
Assigns an analytic source with a specified source strength to a single
body.
Namespace: ema3d.Api.V26.Charging.ExcitationAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic void AssignAnalyticSource(
IDesignBody body,
double sourceStrength
)
Public Sub AssignAnalyticSource (
body As IDesignBody,
sourceStrength As Double
)
public:
void AssignAnalyticSource(
IDesignBody^ body,
double sourceStrength
)
member AssignAnalyticSource :
body : IDesignBody *
sourceStrength : float -> unit Parameters
- body IDesignBody
- The body to assign the Analytic Source to.
- sourceStrength Double
- The source strength of the Analytic Source.
See Also