Gets the source of the part number used in the bill of materials (BOM) for this configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BOMPartNoSource As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration11
Dim value As Integer
instance.BOMPartNoSource = value
value = instance.BOMPartNoSource
|
C# | |
---|
int BOMPartNoSource {get; set;} |
C++/CLI | |
---|
property int BOMPartNoSource {
int get();
void set (int value);
} |
Return Value
Source of part number used in the BOM as defined in
swBOMPartNumberSource
See Also
Availability
SolidWorks Document Manager API 2009 SP0