API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_CABLETYPE Property / FUNC_CABLETYPE(Int32) Property

In This Topic
    FUNC_CABLETYPE(Int32) Property
    In This Topic
    Cable / Conduit: Type # 20040. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CABLETYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLETYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    The cable type describes the physical properties of the cable. The conduit type describes the physical properties of the conduit. Entry is limited to 40 characters.

    See Also