Click or drag to resize
IGeCurveString Interface

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IGeCurveString : IGeCurveComplex

The IGeCurveString type exposes the following members.

Properties
  NameDescription
Public propertyEndPoint
Gets or sets end point of this curve string.
Public propertyStartPoint
Gets or sets start point of this curve string.
Top
Methods
  NameDescription
Public methodClose
Closes the curve if not already closed.
Public methodIsRing
Returns True if curve represents a ring, otherwise returns False.
Top
Remarks