Description
This .NET class wraps the AcGiTransientManager ObjectARX class.
Abstract base of transient manager. Developers can manage transients through this interface, including addition, deletion, and updating operations.
Class Hierarchy
Autodesk.AutoCAD.GraphicsInterface.TransientManager
C#
public class TransientManager : DisposableWrapper;
Visual Basic
Public Class TransientManager Inherits DisposableWrapper