public void RemoveModule( Article.Module pModule )
public: void RemoveModule( Article.Module^ pModule )
Parameters
| Parameter Name | Description |
|---|---|
| pModule | Module which will be removed. After removing objects becomes invalid. |
public void RemoveModule( Article.Module pModule )
public: void RemoveModule( Article.Module^ pModule )
| Parameter Name | Description |
|---|---|
| pModule | Module which will be removed. After removing objects becomes invalid. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when pModule is NULL or invalid. |
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.