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

In This Topic
    INTERRUPTIONPOINT_DESCRIPTIONAUTOMATIC(Int32) Property
    In This Topic
    Interruption point: Description (automatic) # 24811. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue INTERRUPTIONPOINT_DESCRIPTIONAUTOMATIC( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INTERRUPTIONPOINT_DESCRIPTIONAUTOMATIC {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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