Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / UserDefinedProperty Class / UserDefinedProperty Constructor
Name of the user-defined property.
Value of the user-defined property.
In This Topic
    UserDefinedProperty Constructor
    In This Topic
    Creates a new instance of a user-defined property.
    Syntax
    public UserDefinedProperty( 
       string name,
       Property property
    )

    Parameters

    name
    Name of the user-defined property.
    property
    Value of the user-defined property.
    See Also