Open.Core.Spacing.GetValue C# (CSharp) Method

GetValue() public method

Gets the value for the specified edge.
public GetValue ( System.Edge edge ) : int
edge System.Edge The edge to retrieve the value for.
return int
        public int GetValue(Edge edge) { return (int)PropertyRefFromEdge(edge).Value; }