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


Gets or sets the type of this BOM column.

Syntax

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

Property Value

0 = Zone

1 = Revision

2 = Description

3 = Date

4 = Approved

5 = User

6 = Configuration quantity

7 = Item number

8 = Part number

-1 = Type not found

Example

See the IEdmBomMgr3 examples.

See Also

Availability

SOLIDWORKS PDM Professional 2021 SP03