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 System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration11
Dim value As System.Integer
instance.BOMPartNoSource = value
value = instance.BOMPartNoSource |
C# | |
---|
System.int BOMPartNoSource {get; set;} |
C++/CLI | |
---|
property System.int BOMPartNoSource {
System.int get();
void set ( & System.int value);
} |
Property Value
Source of part number used in the BOM as defined in
swBOMPartNumberSource
See Also
Availability
SOLIDWORKS Document Manager API 2009 SP0