Gets the number of embedded hyperlinks for this document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetHyperLinksCount() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
Dim value As Integer
value = instance.GetHyperLinksCount()
|
C# | |
---|
int GetHyperLinksCount() |
C++/CLI | |
---|
int GetHyperLinksCount(); |
Return Value
Number of embedded hyperlinks
Example
Remarks
See Also
Availability
SolidWorks Document Manager API 2004 FCS