Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_SUPPRESSCROSSREFERENCE Property / FUNC_SUPPRESSCROSSREFERENCE Property

In This Topic
    FUNC_SUPPRESSCROSSREFERENCE Property
    In This Topic
    Cross-reference display # 20021.
    Syntax
    public PropertyValue FUNC_SUPPRESSCROSSREFERENCE {get; set;}
    public:
    property PropertyValue^ FUNC_SUPPRESSCROSSREFERENCE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Specifies the display of cross-references:

    0 = Automatic display (cross-references are only then displayed if the visible DT is not blank).

    1 = Never display

    2 = Always display.

    See Also