Gets the names of the linked documents.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLinkedAttachments() As Object |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument5
Dim value As Object
value = instance.GetLinkedAttachments()
|
C# | |
---|
object GetLinkedAttachments() |
C++/CLI | |
---|
Object^ GetLinkedAttachments(); |
Return Value
Array of the names of the linked documents
Remarks
See Also
Availability
SolidWorks Document Manager API 2005 FCS