Gets or sets whether to exclude a component from the bill of materials.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ExcludeFromBOM As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IComponent2
Dim value As System.Boolean
instance.ExcludeFromBOM = value
value = instance.ExcludeFromBOM |
Csolidworks.interop.sldworks~solidworks.interop.sldworks.icomponent2~excludefrombom.html# | |
---|
System.bool ExcludeFromBOM {get; set;} |
C++/CLI | |
---|
property System.bool ExcludeFromBOM {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to exclude the component from the bill of materials, false to include the component in the bill of materials
Remarks
See Also
Availability
SOLIDWORKS 2005 SP1, Revision Number 13.1