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

In This Topic
    FUNC_CABLE_DESTINATION(Int32) Property
    In This Topic
    Cables: Target # 20377. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_CABLE_DESTINATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLE_DESTINATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Shows the target of the cable. The property can be used for the display in the schematic as well as in block properties, at external editing and in reports.

    See Also