API Help
Eplan.EplApi.HEServices Namespace / PartsService Class / DeleteStoredProperties Method / DeleteStoredProperties(Project,String) Method
Project from which stored properties will be deleted.
Configuration scheme. If an empty string is passed to the parameter method will use scheme which is currently set in GUI.

In This Topic
    DeleteStoredProperties(Project,String) Method
    In This Topic
    Deletes stored properties from a project.
    Syntax
    public void DeleteStoredProperties( 
       Project oProject,
       string strConfigScheme
    )
    public:
    void DeleteStoredProperties( 
       Project^ oProject,
       String^ strConfigScheme
    ) 

    Parameters

    oProject
    Project from which stored properties will be deleted.
    strConfigScheme
    Configuration scheme. If an empty string is passed to the parameter method will use scheme which is currently set in GUI.
    Exceptions
    ExceptionDescription
    Thrown in case of missing arguments.
    Thrown in case if invalid arguments, e.g. an invalid project is set.
    Internal interface for deleting stored properties could not be created.
    An error occurred during deleting stored properties.
    See Also