Gains access to the selections that define this thread feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AccessSelections( _
ByVal TopDoc As ModelDoc, _
ByVal Component As Component _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IThreadFeatureData
Dim TopDoc As ModelDoc
Dim Component As Component
Dim value As System.Boolean
value = instance.AccessSelections(TopDoc, Component) |
C++/CLI | |
---|
System.bool AccessSelections(
& ModelDoc^ TopDoc,
& Component^ Component
) |
Parameters
- TopDoc
Top-level document
- Component
Component to which this feature is to be applied
Return Value
True if access is successful, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0