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


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

Syntax

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

Property Value

Document ID

Example

See the IEdmBomMgr3 examples.

See Also

Availability

SOLIDWORKS PDM Professional 2021 SP03