IGeometry.HasCurveGeometry

IGeometry.HasCurveGeometry property

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

public bool HasCurveGeometry { get; }

Property Value

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

See Also