Show / Hide Table of Contents

Class ShapesArrayExtensions

Contains extension methods for the shape index.

Inheritance
System.Object
ShapesArrayExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class ShapesArrayExtensions

Methods

Set(ShapesArray, Int64, Coordinate[])

Adds a new shape.

Declaration
public static void Set(this ShapesArray index, long id, params Coordinate[] shape)
Parameters
ShapesArray index

System.Int64 id

Coordinate[] shape

Set(ShapesArray, Int64, IEnumerable<Coordinate>)

Adds a new shape.

Declaration
public static void Set(this ShapesArray index, long id, IEnumerable<Coordinate> shape)
Parameters
ShapesArray index

System.Int64 id

IEnumerable<Coordinate> shape

Back to top Built by Itinero, MIT licensed.