|
ModelElementStraightLineis_vertical Method
|
Gets true if element is vertical.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool is_vertical(
List<Node> nodes
)
Public Function is_vertical (
nodes As List(Of Node)
) As Boolean
public:
bool is_vertical(
List<Node^>^ nodes
)
member is_vertical :
nodes : List<Node> -> bool
Parameters
- nodes
- Type: System.Collections.GenericListNode
Nodes of the model.
Return Value
Type:
BooleanTrue if element is vertical.
See Also