Attaches the specified hyperlink to the specified rectangular area.
.NET Syntax
COM native C++ | |
---|
HRESULT AttachLinkToArea(
double StartCornerX,
,
double StartCornerY,
,
double StartCornerZ,
,
double OppositeCornerX,
,
double OppositeCornerY,
,
double OppositeCornerZ,
,
const dsString& HyperLinkAddress,
,
const dsString& Description,
,
dsPolyLine3D** dsPolyLine3D**
,
IHyperLink** HyperLink
) |
C++ | |
---|
DSRESULT AttachLinkToArea(
DOUBLE StartCornerX,
,
DOUBLE StartCornerY,
,
DOUBLE StartCornerZ,
,
DOUBLE OppositeCornerX,
,
DOUBLE OppositeCornerY,
,
DOUBLE OppositeCornerZ,
,
BSTR HyperLinkAddress,
,
BSTR Description,
,
IPolyLine3D** IPolyLine3D**
,
dsHyperLink** HyperLink
) |
Parameters
- StartCornerX
- x coordinate of start corner of rectangular area
- StartCornerY
- y coordinate of start corner of rectangular area
- StartCornerZ
- z coordinate of start corner of rectangular area
- OppositeCornerX
- x coordinate of opposite corner of rectangular area
- OppositeCornerY
- y coordinate of opposite corner of rectangular area
- OppositeCornerZ
- z coordinate of opposite corner of rectangular area
- HyperLinkAddress
- Address of the hyperlink
- Description
- Description of the hyperlink
- PolyLine3D[out]
- 3D PolyLine entity on the URLLAYER Layer
Parameters
- HyperLink[out] or Return Value
- Hyperlink
Example
See Also
Availability
DraftSight V1R1.3