Click or drag to resize
IGeGeometryTryConvert Method
Losely converts geometry to specified geometric type. Returns True if conversion was successful, otherwise returns False.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
bool TryConvert(
	ref IGeGeometry geometry,
	GeGeometryType type
)

Parameters

geometry
Type: FDF.Common.GeometriesIGeGeometry
Converted geometry.
type
Type: FDF.Common.GeometriesGeGeometryType
Target geometric type.

Return Value

Type: Boolean
Remarks