API Help
Eplan.EplApi.DataModel Namespace / BoxedDevice Class / IsFunctionInside Method
Function which will be verification if location is inside BoxedDevice.

In This Topic
    IsFunctionInside Method
    In This Topic
    Verification if function is inside BoxedDevice.
    Syntax
    public bool IsFunctionInside( 
       Function function
    )
    public:
    bool IsFunctionInside( 
       Function^ function
    ) 

    Parameters

    function
    Function which will be verification if location is inside BoxedDevice.
    See Also