Harness proD API Help
EPLAN.Harness.API.Settings.Common Namespace / ApiTreeNameTemplate Class / AddProperty Method
Name of property. Possible values are in PropertyNames.
In This Topic
    AddProperty Method
    In This Topic
    Add property to template.
    Syntax
    public UvPropertyTreeNameItem AddProperty( 
       string property
    )

    Parameters

    property
    Name of property. Possible values are in PropertyNames.

    Return Value

    Added UVP item.
    Exceptions
    ExceptionDescription
    Thrown if the given argument is not valid property name (i.e. is not in PropertyNames).
    See Also