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