Autodesk.AutoCAD.DatabaseServices Namespace > HyperLinkCollection Class
HyperLinkCollection Class
Description

This .NET class wraps the AcDbHyperlinkCollection ObjectARX class. 

 

This class is a collection of Hyperlink objects. The HyperlinkCollection deletes its contents when they are removed, and when the collection object itself is deleted. Hyperlinks in the collection are numbered from 0. 

 

See the ObjectARX Developer's Guide for an example of how to use this class.

Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.HyperLinkCollection
Visual Basic
Public sealed Class HyperLinkCollection
Inherits DisposableWrapper
Inherits IList
C#
public sealed class HyperLinkCollection : DisposableWrapper, IList;
Links
   Comments?