Click or drag to resize
GeManagerCreateGeometryFromRings Method
Relates arbitrary rings and returns resulting geometry.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static IGeGeometry CreateGeometryFromRings(
	GeRingCollection rings,
	bool relateRings = true
)

Parameters

rings
Type: FDF.Common.GeometriesGeRingCollection
Unrelated collection of rings.
relateRings (Optional)
Type: SystemBoolean
Relates rings if True, otherwise returns set of polygons.

Return Value

Type: IGeGeometry
Remarks