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

In This Topic
    INTERRUPTIONPOINT_CROSSREFERENCE_NFPA(Int32) Property
    In This Topic
    Cross-reference for NFPA standard # 24302. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue INTERRUPTIONPOINT_CROSSREFERENCE_NFPA( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INTERRUPTIONPOINT_CROSSREFERENCE_NFPA {
       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..

    Normal cross-reference, which inserts a line break between the page cross-reference and the row / column cross-reference, for the NFPA standard.

    See Also