Gets whether the specified file's user-defined file references are shown in a BOM.
Syntax
Visual Basic (Declaration) | |
---|
Function GetShowInBOM( _
ByVal lFileID As System.Integer, _
ByVal lFolderID As System.Integer _
) As System.Boolean |
C++/CLI | |
---|
System.bool GetShowInBOM(
& System.int lFileID,
& System.int lFolderID
) |
Parameters
- lFileID
- ID of referenced file
- lFolderID
- ID of parent folder of referenced file
Return Value
True if the specified file's user-defined file references are shown in a BOM, false if not
Example
See Also
Availability
SOLIDWORKS PDM Professional 2017