public MDConstruction AddConstruction( string name )
public: MDConstruction^ AddConstruction( String^ name )
Parameters
| Parameter Name | Description |
|---|---|
| name | The name of the construction will be added. |
public MDConstruction AddConstruction( string name )
public: MDConstruction^ AddConstruction( String^ name )
| Parameter Name | Description |
|---|---|
| name | The name of the construction will be added. |
| Exception | Description |
|---|---|
| MDInvalidArgumentException | If construction already exists. |