API Help
Eplan.EplApi.HEServices Namespace / PartsService Class / IsPartsSelectionOnProject Method
The project to check
[out] The info for a user where to change this setting

In This Topic
    IsPartsSelectionOnProject Method
    In This Topic
    Check if the project's parts selection is set to project.
    Syntax
    public bool IsPartsSelectionOnProject( 
       Project oProject,
       ref string strInfoForUser
    )
    public:
    bool IsPartsSelectionOnProject( 
       Project^ oProject,
       String^% strInfoForUser
    ) 

    Parameters

    oProject
    The project to check
    strInfoForUser
    [out] The info for a user where to change this setting

    Return Value

    true is the parts selection is set to project and not to user defined.
    Exceptions
    ExceptionDescription
    Thrown if null was passed as an argument.
    Thrown in case of invalid arguments
    Remarks
    This is configured in Settings: Part selection dialog. Either the parts selection is set to Project or user defined.
    See Also