Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / VolumeProperty Class / VolumeProperty Constructor / VolumeProperty Constructor(String)
The value of volume as a string.
Example
In This Topic
    VolumeProperty Constructor(String)
    In This Topic
    Creates a new instance of the VolumeProperty from the specified string value.
    Syntax
    public VolumeProperty( 
       string value
    )

    Parameters

    value
    The value of volume as a string.
    Exceptions
    ExceptionDescription
    Thrown when the specified unit is not valid for this property.
    Example
    The following example shows how to create a new VolumeProperty.
    VolumeProperty volumeProperty = new VolumeProperty("42 m3");
    See Also