Eplan Platform API
Eplan.EplApi.HEServices Namespace / PartsService Class / DeleteStoredProperties Method / DeleteStoredProperties(String,String) Method
Full link file name of the project from which properties should be deleted.
Configuration scheme. If an empty string is passed to the parameter method will use scheme which is currently set in GUI.

DeleteStoredProperties(String,String) Method
Deletes stored properties from a project.
Syntax
public void DeleteStoredProperties( 
   string strFullLinkFileName,
   string strConfigScheme
)

Parameters

strFullLinkFileName
Full link file name of the project from which properties should 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.
Remarks
The specified project may be open or not. If the project was not open, it will be opened for deleting stored properties and will be closed subsequently.
See Also