/// <summary> Returns an element of this DbGeometry value from a specific position, if it represents a geometry collection. <param name="index">The position within this geometry value from which the element should be taken.</param><returns>The element in this geometry value at the specified position, if it represents a collection of other geometry values; otherwise null.</returns></summary> /// <returns>An element of this DbGeometry value from a specific position.</returns> /// <param name="index">The index.</param> public DbGeometry ElementAt(int index) { return(_spatialProvider.ElementAt(this, index)); }