Gets whether to show both non-hidden and hidden entities or to only show non-hidden entities.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetShowHiddenEntities( _
ByRef lErrorcode As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPowerSelect
Dim lErrorcode As System.Integer
Dim value As System.Boolean
value = instance.GetShowHiddenEntities(lErrorcode) |
C# | |
---|
System.bool GetShowHiddenEntities(
out System.int lErrorcode
) |
C++/CLI | |
---|
System.bool GetShowHiddenEntities(
& [Out] System.int lErrorcode
) |
Parameters
- lErrorcode
- Error code as defined in gtError_e
Return Value
True to show both non-hidden and hidden entities, false to only show non-hidden entities
Remarks
See Also
Availability
SolidWorks Utilities API 2006 FCS