Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / VolumeProperty Class / Implicit Type Conversion Operator
Text form of volume to store in the property.
Example
In This Topic
    Implicit Type Conversion Operator (VolumeProperty)
    In This Topic
    Implicit conversion from System.String to VolumeProperty.
    Syntax
    public VolumeProperty operator implicit( 
       string value
    )

    Parameters

    value
    Text form of volume to store in the property.

    Return Value

    New VolumeProperty created from the given System.String value.
    Example
    VolumeProperty volumeProperty1 = "42 m3";
    VolumeProperty volumeProperty2 = "42m3";
    VolumeProperty volumeProperty3 = "42";
    // Unit of volumeProperty3 depends on Harness proD settings!
    See Also