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

In This Topic
    INTERRUPTIONPOINT_DESTINATION(Int32) Property
    In This Topic
    Target of interruption point # 24000. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue INTERRUPTIONPOINT_DESTINATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INTERRUPTIONPOINT_DESTINATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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