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