Represents point types.

Namespace:  PerpetuumSoft.Instrumentation.Model.Design
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public enum PointType
Visual Basic (Declaration)
Public Enumeration PointType
Visual C++
public enum class PointType

Members

Member nameDescription
Free
Free point type.
Linked
Linked point type.
Frozen
Frozen point type.

See Also