SOLIDWORKS PDM Professional API Help Send Feedback
GetShowInBOM Method (IEdmEnumeratorCustomReference7)
See Also  Example
EPDM.Interop.epdm Namespace > IEdmEnumeratorCustomReference7 Interface : GetShowInBOM Method (IEdmEnumeratorCustomReference7)


lFileID
ID of referenced file
lFolderID
ID of parent folder of referenced file
Gets whether the specified file's user-defined file references are shown in a BOM.

Syntax

Visual Basic 
Function GetShowInBOM( _
   ByVal lFileID As System.Integer, _
   ByVal lFolderID As System.Integer _
) As System.Boolean
C# 
System.bool GetShowInBOM( 
   System.int lFileID,
   System.int lFolderID
)
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