Share

ElementBase.ElementBase Constructor

Description

Constructor.

Visual Basic

Protected Sub New(
    parent As ElementBase
)

C#

protected ElementBase(
    ElementBase parent
);

Parameters

Parameters Description
ElementBase parent Input parent of this object.

Links

ElementBase Class, Autodesk.AutoCAD.Customization Namespace

Was this information helpful?