 | BulkCurrentProbeNormalDirection Property |
Gets/Sets the normal direction to the integration surface of the Bulk Current Probe.
Namespace: ema3d.Api.V25.Core.ProbesAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic CoordinateDirection NormalDirection { get; set; }
Public Property NormalDirection As CoordinateDirection
Get
Set
public:
property CoordinateDirection NormalDirection {
CoordinateDirection get ();
void set (CoordinateDirection value);
}
member NormalDirection : CoordinateDirection with get, set
Property Value
CoordinateDirection
See Also