Click or drag to resize

ModelElementStraightLineis_vertical Method

returns true if element is vertical

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool is_vertical(
	List<Node> nodes
)

Parameters

nodes
Type: System.Collections.GenericListNode

[Missing <param name="nodes"/> documentation for "M:Karamba.Elements.ModelElementStraightLine.is_vertical(System.Collections.Generic.List{Karamba.Nodes.Node})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Karamba.Elements.ModelElementStraightLine.is_vertical(System.Collections.Generic.List{Karamba.Nodes.Node})"]

See Also