Share

VersionableElement Class

Description

This is an abstract base class.

The ModifiedRevision property represents the last version of AutoCAD that modified this element. This property is automatically updated.

Class Hierarchy

Autodesk.AutoCAD.Customization.ElementBase
    Autodesk.AutoCAD.Customization.VersionableElement
        Autodesk.AutoCAD.Customization.CustomizationElement
        Autodesk.AutoCAD.Customization.ToolPanelRef

Visual Basic

Public abstract Class VersionableElement
Inherits ElementBase

C#

public abstract class VersionableElement : ElementBase;

Links

VersionableElement Methods, VersionableElement Properties, VersionableElement Events

Was this information helpful?