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

In This Topic
    FUNCTION3D_ISPREFABRICATED(Int32) Property
    In This Topic
    Prefabricated # 36011. This property isn't indexed.
    Syntax
    public PropertyValue FUNCTION3D_ISPREFABRICATED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_ISPREFABRICATED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Indicates whether form and dimensions of an item can be modified.

    See Also