Geometry.HasCurveGeometry

Geometry.HasCurveGeometry property

Gets a value indicating whether this geometry is or contains curve (not linear) geometry.

public virtual bool HasCurveGeometry { get; }

Property Value

false if this geometry and all geometries it contains are linear; otherwise, true.

See Also