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

In This Topic
    INTERRUPTIONPOINT_SHOWALLCROSSREFERENCEDESTINATIONS(Int32) Property
    In This Topic
    Display of all counter targets # 24021. This property isn't indexed.
    Syntax
    public PropertyValue INTERRUPTIONPOINT_SHOWALLCROSSREFERENCEDESTINATIONS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INTERRUPTIONPOINT_SHOWALLCROSSREFERENCEDESTINATIONS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this setting is switched on at an interruption point, then the "Cross-reference (configurable)" (ID 24300) and / or the "Counter target in cross-reference" (ID 24351) properties show all counter targets.

    If this property is activated and the project setting "Display target at pair cross-references" is deactivated, the setting trumps at the interruption point, and all targets are displayed.

    If this property is deactivated and the project setting "Display target at pair cross-references" is activated, the first target is displayed.

    See Also