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


Gets or sets the version of the document to which this BOM row is associated.

Syntax

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

Property Value

Document version

Example

See the IEdmBomMgr3 examples.

See Also

Availability

SOLIDWORKS PDM Professional 2021 SP03