Skip to main content

INode interface

Namespace: NextDesign.Core

Description

An access object to node entity information.

Affiliation area

NameDescription
EditorAPIs to access editors.

Inherit Base

NameDescription
IShapeProvides access to shape information.

Destination

NameDescription
IPortAccess object to port entity information.

Property

NameDescription
CompositeNodesList of child nodes
HeightHeight
LocationLocation (diagram coordinates)
LocationXX position (diagram coordinates)
LocationYY location (diagram coordinates)
NodeStylenode style
PortsPorts
SizeSize
WidthWidth

Method

NameDescription
HideCompositeNodesHide child nodes in bulk.
Do nothing if this node is a compartment shape or a port.
HidePortsHide ports in bulk.
RelocatePortsRelocates ports for this node.
SetBoundsChanges the position and size of this shape.
SetBoundsAtChanges the position and size of this shape.
SetLocationChanges the location of this shape.
SetLocationAtChanges the location of this shape.
SetSizeChanges the size of this shape.
SetSizeAtChanges the size of this shape.
ShowCompositeNodesShows the immediate child nodes of this shape at once.
Do nothing if this node is a compartment shape or a port.
ShowPortsShow ports at once.