GeometryCollection.Item Property
Gets or sets the element at the specified index.
Thread safety: This property is not thread-safe.
Syntax
public property Geometry this[ System::Int32 ] { get; set; }
Parameters
index
Type: System.Int32
The zero-based index of the element to get or set.
The zero-based index of the element to get or set.
Property Value
Type: Geometry
The element at the specified index.
The element at the specified index.
Platforms
Windows, Linux, Android