API Help
Eplan.EplApi.DataModel Namespace / InterruptionPointPropertyList Class / INTERRUPTIONPOINT_DESCRIPTIONAUTOMATIC Property / INTERRUPTIONPOINT_DESCRIPTIONAUTOMATIC Property

In This Topic
    INTERRUPTIONPOINT_DESCRIPTIONAUTOMATIC Property
    In This Topic
    Interruption point: Description (automatic) # 24811.
    Syntax
    public PropertyValue INTERRUPTIONPOINT_DESCRIPTIONAUTOMATIC {get; set;}
    public:
    property PropertyValue^ INTERRUPTIONPOINT_DESCRIPTIONAUTOMATIC {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

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

    This property is read-only..

    Shows the interruption point description. The value is automatically taken from the first interruption point (according to the position in the schematic).

    See Also