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

In This Topic
    FUNC_ISPLACEDIN_FUNCTIONALOVERVIEW(Int32) Property
    In This Topic
    Function exists with 'Function overview (fluid power)' representation type # 20445. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_ISPLACEDIN_FUNCTIONALOVERVIEW( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ISPLACEDIN_FUNCTIONALOVERVIEW {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    Shows whether the function exists in the project with the 'Function overview (fluid power)' representation type.

    See Also