Skip to main content

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

NameTypeDescription
shapesIEnumerable<IShape>Enumeration of shapes to hide.
Null cannot be specified.

Return value

  • void

Exception

NameException classDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for shapes