.NET Framework Class Library
BOM.BomRecordsetWithDocCondition Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > BOM Class > BOM Methods > .NET Framework Class Library |
Creates the Bom as Recordset.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function BomRecordsetWithDocCondition ( _ uid As String, _ |
C# |
|---|
public Object BomRecordsetWithDocCondition( string uid, |
Visual C++ |
|---|
public: Object^ BomRecordsetWithDocCondition( |
JavaScript |
|---|
function bomRecordsetWithDocCondition(uid, bomType, condition, fullParentChild, ignoreParentDocuments, revision); |
Parameters
uid
Type: System.String
unique_id of the assembly
bomType
Type: System.String
bom type: 0 for indented, 1 for buy list
condition (Optional)
Type: System.String
Document condition to be applied as an ADO Filter
fullParentChild (Optional)
Type: System.Boolean
Optional, true to include all the items
ignoreParentDocuments (Optional)
Type: System.Boolean
Optional, tru to ignore the parent documents (i.e. drawings and projects) that are computationally expensive
revision (Optional)
Type: System.String
Optional. Revision specification.
Return Value
BOM Recordset
Remarks
See Also