Gets whether this configuration's node is expanded in the specified pane of the ConfigurationManager.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetExpanded( _
ByVal WhichPane As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IConfiguration
Dim WhichPane As System.Integer
Dim value As System.Boolean
value = instance.GetExpanded(WhichPane) |
C# | |
---|
System.bool GetExpanded(
System.int WhichPane
) |
C++/CLI | |
---|
System.bool GetExpanded(
& System.int WhichPane
) |
Parameters
- WhichPane
Valid options in swFeatMgrPane_e:
- swFeatMgrPaneTop
- swFeatMgrPaneBottom
Return Value
True if node is expanded, false if not
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0