Autodesk.AutoCAD.DatabaseServices Namespace > ConstrainedImplicitPoint Class
ConstrainedImplicitPoint Class   
Description

This class represents a constrained implicit point node in the owning Assoc2dConstraintGroup. 

A constrained implicit point is always associated with a constrained curve; it may be the start point, end point, center point or define point (only valid for spline control point now) of the curve. 

A constrained implicit point does not hold a reference to a AssocGeomDependency object.

Class Hierarchy
Visual Basic
Public Class ConstrainedImplicitPoint
Inherits ConstrainedPoint
C#
public class ConstrainedImplicitPoint : ConstrainedPoint;
Links
   Comments?