Share

ConstrainedPoint Class

Description

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

Usually It holds a reference to a AssocGeomDependency object which may be the insertion point of a block reference or a grip point of a custom entity.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.ConstraintGroupNode
    Autodesk.AutoCAD.DatabaseServices.ConstrainedGeometry
        Autodesk.AutoCAD.DatabaseServices.ConstrainedPoint
            Autodesk.AutoCAD.DatabaseServices.ConstrainedImplicitPoint

C#

public class ConstrainedPoint : ConstrainedGeometry;

Visual Basic

Public Class ConstrainedPoint
Inherits ConstrainedGeometry

Links

ConstrainedPoint Constructor, ConstrainedPoint Properties

Was this information helpful?