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

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

Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.SubentityGeometry
Visual Basic
Public Class SubentityGeometry
C#
public class SubentityGeometry;
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
   Comments?