Gets the embedded hyperlinks at the specified index for this document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetHyperLinkAt( _
ByVal at As System.Integer _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
Dim at As System.Integer
Dim value As System.String
value = instance.GetHyperLinkAt(at) |
C# | |
---|
System.string GetHyperLinkAt(
System.int at
) |
C++/CLI | |
---|
System.String^ GetHyperLinkAt(
& System.int at
) |
Parameters
- at
- 0-based index at which to get the embedded hyperlinks
Return Value
Hyperlinks
Example
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS