Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / VolumeProperty Class / VolumeProperty Constructor / VolumeProperty Constructor()
Example
In This Topic
    VolumeProperty Constructor()
    In This Topic
    Creates a new instance of an empty VolumeProperty.
    Syntax
    public VolumeProperty()
    Example
    The following example shows how to create a new empty VolumeProperty.
    VolumeProperty emptyProperty = new VolumeProperty();
    See Also