IDiagram.HideShape method
Namespace: NextDesign.Core
Description
Hides the specified shape. 
If the mapping target specifies a class shape, delete it. 
argument
| Name | Type | Description | 
|---|---|---|
| shape | IShape | Shape to hide. Cannot be null. | 
Return value
- void
Exceptions
| Name | Exception Class | Description | 
|---|---|---|
| Argument invalid | ExtensionArgumentException | If null is specified for shape |