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

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

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    See Also