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

In This Topic
    FUNC_CABLING_CP_ADDITIONAL_LENGTH(Int32) Property
    In This Topic
    Topology: Connection point extra length # 20241. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CABLING_CP_ADDITIONAL_LENGTH( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLING_CP_ADDITIONAL_LENGTH {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type .
    Remarks

    Additonal value that is added to the length of a connection one time. Here, for example, the length of the last routing point to the item can be entered. This information is taken into account during the route of a cable, and indicates by how much the cable is to protrude from the cable duct.

    See Also