Description
Wrapper AcRx protocol extension base class that allows objects and entities to control whether they allow AssocDependencies to be attached to them. When there is no protocol extension for the object's class, it means that the object allows both read and write-type dependencies.
Other AssocDependency-related protocol may later be added.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.AssocDependencyPE
C#
public abstract class AssocDependencyPE : RXObject;
Visual Basic
Public abstract Class AssocDependencyPE Inherits RXObject