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 Boolean _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPowerSelect
Dim varShow As Boolean
Dim value As Integer
value = instance.SetShowHiddenEntities(varShow)
|
C# | |
---|
int SetShowHiddenEntities(
bool varShow
) |
C++/CLI | |
---|
int SetShowHiddenEntities(
& 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