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

In This Topic
    INTERRUPTIONPOINT_CROSSREFSEPARATOR(Int32) Property
    In This Topic
    Separator between interruption point and cross-reference # 24350. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue INTERRUPTIONPOINT_CROSSREFSEPARATOR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INTERRUPTIONPOINT_CROSSREFSEPARATOR {
       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..

    Separator displayed between the interruption point name and the cross-reference.

    See Also