API Help
Eplan.EplApi.DataModel Namespace / PotentialDefinitionPropertyList Class / CONNECTION_WIRECROSSSECTION_WITH_UNIT Property / CONNECTION_WIRECROSSSECTION_WITH_UNIT(Int32) Property

In This Topic
    CONNECTION_WIRECROSSSECTION_WITH_UNIT(Int32) Property
    In This Topic
    Connection: Cross-section / diameter with unit # 31007. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CONNECTION_WIRECROSSSECTION_WITH_UNIT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_WIRECROSSSECTION_WITH_UNIT {
       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..

    Cross-section / Diameter of the connection, including units.

    See Also