'Declaration
Protected Function New( _ ByVal type As GeoGeometryType, _ ByVal points As IEnumerable(Of GeoCurve) _ )
protected GeoMultiCurve( GeoGeometryType type, IEnumerable<GeoCurve> points )
Parameters
- type
- The geometry type.
- points
- Interior points of geometry.