public abstract bool snapElement(
List<Node> nodes,
double limit_dist
)Public MustOverride Function snapElement (
nodes As List(Of Node),
limit_dist As Double
) As Booleanpublic:
virtual bool snapElement(
List<Node^>^ nodes,
double limit_dist
) abstractabstract snapElement :
nodes : List<Node> *
limit_dist : float -> bool [Missing <returns> documentation for "M:Karamba.Elements.ModelElement.snapElement(System.Collections.Generic.List{Karamba.Nodes.Node},System.Double)"]