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

In This Topic
    DESIGNATION_PLACEOFINSTALLATION_PART(Int32) Property
    In This Topic
    Installation site (single component) # 1428. This property isn't indexed.
    Syntax
    public PropertyValue DESIGNATION_PLACEOFINSTALLATION_PART( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DESIGNATION_PLACEOFINSTALLATION_PART {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Part of the structure identifier for the installation site that is entered at this planning object. The entire structure identifier for a planning object consists in this case of the own individual part and all the parts of the superior structure segments and planning objects.

    See Also