 | FieldProbeTComputeFieldStastistics Method |
Gets the most recent Field Probe Result and computes the field statistics, then plots the result in the sim tree.
If there are multiple Field probes, make sure to have unique display name, otherwise there could be issues with grabbing
the correct result due to there not being a refrence to the origonal field probe in the field probe result.
Namespace: ema3d.Api.V25.Core.ProbesAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic string ComputeFieldStastistics(
Document doc
)
Public Function ComputeFieldStastistics (
doc As Document
) As String
public:
String^ ComputeFieldStastistics(
Document^ doc
)
member ComputeFieldStastistics :
doc : Document -> string
Parameters
- doc Document
Return Value
String
See Also