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

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

    Shows the full designation from the top structure level in the tree up to this planning object. In the P&I diagram the property shows the complete designation of the PCT loop / PCT loop function including the structure identifiers of all the higher-level segments.

    See Also