 | BulkCurrentProbeCurrentType Property |
Gets/Sets the type of current represented in the probe.
Namespace: ema3d.Api.V25.Core.ProbesAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic FieldType CurrentType { get; set; }
Public Property CurrentType As FieldType
Get
Set
public:
property FieldType CurrentType {
FieldType get ();
void set (FieldType value);
}
member CurrentType : FieldType with get, set
Property Value
FieldType
See Also