API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_PIPENAME Property / CONNECTION_PIPENAME(Int32) Property

In This Topic
    CONNECTION_PIPENAME(Int32) Property
    In This Topic
    Piping name # 31157. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_PIPENAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_PIPENAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of the piping.

    See Also