Sets the embedded hyperlink at the specified index for this document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ModifyHyperLinkAt( _
ByVal at As System.Integer, _
ByVal newlink As System.String _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
Dim at As System.Integer
Dim newlink As System.String
instance.ModifyHyperLinkAt(at, newlink) |
C# | |
---|
void ModifyHyperLinkAt(
System.int at,
System.string newlink
) |
C++/CLI | |
---|
void ModifyHyperLinkAt(
& System.int at,
& System.String^ newlink
) |
Parameters
- at
- 0-based index at which to set the embedded hyperlink
- newlink
New embedded hyperlink
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS