 | ChargeWriterGenerateAllChargeSimulationFiles Property |
Gets/sets if all of the charge export files should be generated.
By default, the charge export directory removes files unnecessary for the simulation. Enable to generate all files for more information.
Namespace: ema3d.Api.V25.Charging.ExecutionAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static bool GenerateAllChargeSimulationFiles { get; set; }
Public Shared Property GenerateAllChargeSimulationFiles As Boolean
Get
Set
public:
static property bool GenerateAllChargeSimulationFiles {
bool get ();
void set (bool value);
}
static member GenerateAllChargeSimulationFiles : bool with get, set
Property Value
Boolean
See Also