API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_MOUNTINGPLATE_CAPTIONFORM Property / FUNC_MOUNTINGPLATE_CAPTIONFORM(Int32) Property

In This Topic
    FUNC_MOUNTINGPLATE_CAPTIONFORM(Int32) Property
    In This Topic
    Enclosure legend form # 20440. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_MOUNTINGPLATE_CAPTIONFORM( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_MOUNTINGPLATE_CAPTIONFORM {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Form that is used to generate an enclosure legend for the mounting panel.

    If you assign a value using the Application Programming Interface, please ensure that the relevant master data are available in the project.

    See Also