Gets whether the specified BOM layout is visible to the specified user.
Syntax
Visual Basic (Declaration) | |
---|
Function CanSeeBomLayout( _
ByVal lLayoutId As System.Integer, _
ByVal lUserID As System.Integer _
) As System.Boolean |
C++/CLI | |
---|
System.bool CanSeeBomLayout(
& System.int lLayoutId,
& System.int lUserID
) |
Parameters
- lLayoutId
- BOM layout ID
- lUserID
- User ID
Return Value
True if visible, false if not
Example
See Also
Availability
SOLIDWORKS PDM Professional 2020