 | SwitchChargingOptionsSimulationType Property |
Gets/Sets the domain's simulation type. (Surface, Internal, Custom, etc.).
Namespace: ema3d.Api.V26.Charging.DomainAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic ChargingEnvironment SimulationType { get; set; }Public Property SimulationType As ChargingEnvironment
Get
Set
public:
property ChargingEnvironment SimulationType {
ChargingEnvironment get ();
void set (ChargingEnvironment value);
}member SimulationType : ChargingEnvironment with get, set
Property Value
ChargingEnvironment
See Also