Mapsui.Geometries.MultiLineString.Geometry C# (CSharp) Method

Geometry() public method

Returns an indexed geometry in the collection
public Geometry ( int n ) : Geometry
n int Geometry index
return Geometry
        public override Geometry Geometry(int n)
        {
            return LineStrings[n];
        }