API Help
Eplan.EplApi.DataModel Namespace / ConnectionPointsInfoPropertyList Class / PART_TERMINAL_DESCRIPTION Property / PART_TERMINAL_DESCRIPTION(Int32) Property

In This Topic
    PART_TERMINAL_DESCRIPTION(Int32) Property
    In This Topic
    Description (Connection point pattern) # 22946. This property isn't indexed.
    Syntax
    public PropertyValue PART_TERMINAL_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PART_TERMINAL_DESCRIPTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Description of the connection point pattern.

    See Also