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


ts or sets the ID of the project where this BOM row's document resides.

Syntax

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

Property Value

Project ID

Example

See the IEdmBomMgr3 examples.

See Also

Availability

SOLIDWORKS PDM Professional 2021 SP03