IDiagram.HideShapes method
Namespace: NextDesign.Core
Description
Hides all specified shapes. 
If the mapping target contains a class shape, that shape will be deleted. 
argument
| Name | Type | Description | 
|---|---|---|
| shapes | IEnumerable<IShape> | Enumeration of shapes to hide. Null cannot be specified. | 
Return value
- void
Exception
| Name | Exception class | Description | 
|---|---|---|
| Invalid argument | ExtensionArgumentException | If null is specified for shapes |