Gets the names of any reference documents, the configuration names of the references, and their suppression states.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration8
Dim references As Object
Dim configurations As Object
Dim sstates As Object
Dim IsVirtual As Object
instance.GetReferencesInformation2(references, configurations, sstates, IsVirtual)
|
Parameters
- references
- Array of paths and names of the reference documents
- configurations
- Array of configuration names of the reference documents
- sstates
- Array of Booleans indicating if the reference document is suppressed (true) or not (false)
- IsVirtual
- Array of Booleans indicating whether each configuration reference is a virtual component
Remarks
See Also
Availability
SolidWorks Document Manager API 2008 SP1