API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_TERMINALLEVEL Property / FUNC_TERMINALLEVEL(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Level of the multi-level terminal; if the value is "0", then there are no multi-level terminals, but a terminal with only one level.

    See Also