Obsolete. Superseded by ISwDMDocument13::GetAllExternalReferences5.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetAllExternalReferences4( _
ByVal pSrcOption As SwDMSearchOption, _
ByRef brokenRefVar As System.Object, _
ByRef IsVirtual As System.Object, _
ByRef TimeStamp As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument13
Dim pSrcOption As SwDMSearchOption
Dim brokenRefVar As System.Object
Dim IsVirtual As System.Object
Dim TimeStamp As System.Object
Dim value As System.Object
value = instance.GetAllExternalReferences4(pSrcOption, brokenRefVar, IsVirtual, TimeStamp) |
Parameters
- pSrcOption
- Pointer to the ISwDMSearchOption object
- brokenRefVar
- Array of the statuses of any broken external references as defined in swDmReferenceStatus (see Remarks)
- IsVirtual
- Array of Booleans that indicate whether each reference corresponds to a virtual component
- TimeStamp
- Array of time stamps in time_t format
Return Value
Array of the names of the external references used in this document
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2009 SP0