Share

HyperLink Class

Description

This .NET class wraps the AcDbHyperlink ObjectARX class.

A Hyperlink object contains the hyperlink name (for example, http://www.autodesk.com), a sublocation within that link, and the hyperlink description or friendly name (for example, "Click here for Autodesk's website").

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

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.HyperLink

Visual Basic

Public sealed Class HyperLink
Inherits DisposableWrapper

C#

public sealed class HyperLink : DisposableWrapper;

Links

HyperLink Methods, HyperLink Properties

Was this information helpful?