Beispiel #1
0
 /// <summary> Returns an element of this DbGeometry value from a specific position, if it represents a geometry collection. &lt;param name="index"&gt;The position within this geometry value from which the element should be taken.&lt;/param&gt;&lt;returns&gt;The element in this geometry value at the specified position, if it represents a collection of other geometry values; otherwise null.&lt;/returns&gt;</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));
 }