Gets or sets the type of this BOM.
Syntax
| Visual Basic (Declaration) | |
|---|
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 Also
Availability
SOLIDWORKS PDM Professional 2021 SP03