Eplan Platform API
Eplan.EplApi.DataModel Namespace / Article Class / RemoveModule Method
Module which will be removed. After removing objects becomes invalid.

RemoveModule Method
Removes module from article.
Syntax
public void RemoveModule( 
   Article.Module pModule
)

Parameters

pModule
Module which will be removed. After removing objects becomes invalid.
Exceptions
ExceptionDescription
Thrown when pModule is null or invalid.
Remarks

Modification of modules collection assigned to article is done only in project database. Changes are not visible in system parts database until synchronization of parts is done.

See Also