SOLIDWORKS PDM Professional API Help Send Feedback
TableType Property (IEdmSWBom)
See Also 
EPDM.Interop.epdm Namespace > IEdmSWBom Interface : TableType Property (IEdmSWBom)


Gets or sets the type of this BOM.

Syntax

Visual Basic 
Property TableType As System.Integer
C# 
System.int TableType {get; set;}
C++/CLI 
property System.int TableType {
   System.int get();
   void set ( &   System.int value);
}

Property Value

0 = Parts only

1 = Top-level only

2 = Indented

Example

See the IEdmBomMgr3 examples.

See Also

Availability

SOLIDWORKS PDM Professional 2021 SP03