Sets whether to show both non-hidden and hidden entities or to show only non-hidden entities.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetShowHiddenEntities( _
ByVal varShow As System.Boolean _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPowerSelect
Dim varShow As System.Boolean
Dim value As System.Integer
value = instance.SetShowHiddenEntities(varShow) |
C# | |
---|
System.int SetShowHiddenEntities(
System.bool varShow
) |
C++/CLI | |
---|
System.int SetShowHiddenEntities(
& System.bool varShow
) |
Parameters
- varShow
- True to show both non-hidden and hidden entities, false to show only non-hidden entities
Return Value
Error as defined in
gtError_e
Remarks
See Also
Availability
SOLIDWORKS Utilities API 2006 FCS