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

In This Topic
    HARNESS_NAME(Int32) Property
    In This Topic
    Wire harness name # 31143. This property isn't indexed.
    Syntax
    public PropertyValue HARNESS_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ HARNESS_NAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    See Also