Share

Database.GetDimRecentStyleList Method

Description

This function allows the application to get the object ID entities of the most recently used dimstyles (up to 6) for dimension context menu dimstyle MRU list support. Most recently used dimstyle objects are tracked by monitoring the past six dimstyle objects that were current in the database.

Visual Basic

Public Function GetDimRecentStyleList() As ObjectIdCollection

C#

public ObjectIdCollection GetDimRecentStyleList();

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?