API Help
Eplan.EplApi.DataModel.EObjects Namespace / CablePropertyList Class / CABLE_CONNECTIONDIAGRAMPAGE Property / CABLE_CONNECTIONDIAGRAMPAGE(Int32) Property

In This Topic
    CABLE_CONNECTIONDIAGRAMPAGE(Int32) Property
    In This Topic
    Cables: Page name of cable connection diagram # 35107. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CABLE_CONNECTIONDIAGRAMPAGE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CABLE_CONNECTIONDIAGRAMPAGE {
       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..

    Name of the first page of the cable-connection diagram for the reported cable. Can be used in reports / forms.

    See Also