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