Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_CABLETYPE Property / FUNC_CABLETYPE Property

In This Topic
    FUNC_CABLETYPE Property
    In This Topic
    Cable / Conduit: Type # 20040.
    Syntax
    public PropertyValue FUNC_CABLETYPE {get; set;}
    public:
    property PropertyValue^ FUNC_CABLETYPE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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