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

In This Topic
    INTERRUPTIONPOINT_CROSSREFDESTINATION(Int32) Property
    In This Topic
    Counter target in cross-reference # 24351. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue INTERRUPTIONPOINT_CROSSREFDESTINATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INTERRUPTIONPOINT_CROSSREFDESTINATION {
       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) counter target of an interruption point for display in the cross-reference.

    See Also