API Help
Eplan.EplApi.DataModel Namespace / FunctionBasePropertyList Class / DESIGNATION_INSTALLATIONNUMBER_VISIBLE Property / DESIGNATION_INSTALLATIONNUMBER_VISIBLE(Int32) Property

In This Topic
    DESIGNATION_INSTALLATIONNUMBER_VISIBLE(Int32) Property
    In This Topic
    Higher-level function number (visible) # 1729. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DESIGNATION_INSTALLATIONNUMBER_VISIBLE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DESIGNATION_INSTALLATIONNUMBER_VISIBLE {
       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..

    Shows the component of the respective identifier block of the displayed DT. Blanks or line breaks that are available in the displayed DT are not displayed for this property.

    See Also