Eplan Platform API
Eplan.EplApi.DataModel Namespace / InterruptionPointPropertyList Class / INTERRUPTIONPOINT_DESTINATION Property / INTERRUPTIONPOINT_DESTINATION Property

In This Topic
    INTERRUPTIONPOINT_DESTINATION Property
    In This Topic
    Target of interruption point # 24000.
    Syntax
    public PropertyValue INTERRUPTIONPOINT_DESTINATION {get; set;}
    public:
    property PropertyValue^ INTERRUPTIONPOINT_DESTINATION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Provides the (first) target of an interruption point for display in the cross-reference; only used internally.

    See Also