public void AddMatePersistent( Mate pCustomMate )
public: void AddMatePersistent( Mate^ pCustomMate )
Parameters
| Parameter Name | Description |
|---|---|
| pCustomMate | Mate which copy will be added to this placement. Can't be NULL. |
NULL.
public void AddMatePersistent( Mate pCustomMate )
public: void AddMatePersistent( Mate^ pCustomMate )
| Parameter Name | Description |
|---|---|
| pCustomMate | Mate which copy will be added to this placement. Can't be NULL. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when parameter is NULL. |