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

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

    Specifies the cross-reference.

    See Also