Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / CableUnit Class / CableUnitName Property

In This Topic
    CableUnitName Property
    In This Topic
    Gets or sets wire harness name.
    Syntax
    public string CableUnitName {get; set;}
    public:
    property String^ CableUnitName {
       String^ get();
       void set (    String^ value);
    }
    See Also