pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Attributes | List of all members
X3g::Plugin::Hyperlink Struct Reference

Interfaces an ACAD Hyperlink. More...

Public Attributes

StringName
 A filename or URL. More...
 
StringDescription
 A display name for the Hyperlink. More...
 
StringSublocation
 A named view, range of cells, etc. More...
 

Detailed Description

Interfaces an ACAD Hyperlink.


A Hyperlink in ACAD consists of:
Hyperlink Name: A filename or URL.
Sublocation: A named view, range of cells, etc.
Description: A display name for the Hyperlink.
Example:
Name: http://foo.com, Sublocation: bar -> http://foo.com#bar

Member Data Documentation

String ^ X3g::Plugin::Hyperlink::Description

A display name for the Hyperlink.

String ^ X3g::Plugin::Hyperlink::Name

A filename or URL.

String ^ X3g::Plugin::Hyperlink::Sublocation

A named view, range of cells, etc.