public InertiaProperty operator implicit( string value )
Parameters
- value
- Text form of inertia to store in the property.
Return Value
New InertiaProperty created from the given System.String value.
public InertiaProperty operator implicit( string value )
InertiaProperty inertiaProperty1 = "42 kg.m2"; InertiaProperty inertiaProperty2 = "42kg.m2"; InertiaProperty inertiaProperty3 = "42"; // Unit of inertiaProperty3 depends on Harness proD settings!