API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_HOOKUP Property / DMPLAOBJECT_HOOKUP(Int32) Property

In This Topic
    DMPLAOBJECT_HOOKUP(Int32) Property
    In This Topic
    Hook-up # 44056. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMPLAOBJECT_HOOKUP( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_HOOKUP {
       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..

    Displays the first assembly part from the "Hook-up" product group that is entered in the properties dialog of the planning object or of the segment template in the Part tab.

    See Also