SubentityGeometry Class

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.SubentityGeometry

Visual Basic

Public Class SubentityGeometry

C#

public class SubentityGeometry;

Description

A simple class that just keeps geometry of a vertex or edge subentity.

Remarks

Notice that no copy constructor, assignment operator or destructor are implemented that would manage the referenced curve. The SubentityGeometry is not the owner of the curve, it just references it.

Links

SubentityGeometry Constructor, SubentityGeometry Properties