API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_ACL_WIDTH Property / CONNECTION_ACL_WIDTH(Int32) Property

In This Topic
    CONNECTION_ACL_WIDTH(Int32) Property
    In This Topic
    Autoconnecting line: Line thickness # 31016. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_ACL_WIDTH( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_ACL_WIDTH {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    See Also