Gets whether this component is excluded from the bill of materials (BOM).
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ExcludeFromBOM As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMComponent5
Dim value As Integer
instance.ExcludeFromBOM = value
value = instance.ExcludeFromBOM
|
C# | |
---|
int ExcludeFromBOM {get; set;} |
C++/CLI | |
---|
property int ExcludeFromBOM {
int get();
void set (int value);
} |
Return Value
Exclude or include this component from the BOM as defined by
swDmExcludeFromBOMResults
Example
Remarks
See Also
Availability
SolidWorks Document Manager API 2008 SP2