Share

SubentityGeometry Class

Description

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

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.SubentityGeometry

C#

public class SubentityGeometry;

Visual Basic

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

SubentityGeometry Constructor, SubentityGeometry Properties

Was this information helpful?