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


Gets or sets the width of this BOM column.

Syntax

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

Property Value

Column width in characters

Example

See the IEdmBomMgr3 examples.

See Also

Availability

SOLIDWORKS PDM Professional 2021 SP03