Gets whether to show child components in the bill of materials (BOM) for this configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowChildComponentsInBOM2 As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration15
Dim value As System.Integer
instance.ShowChildComponentsInBOM2 = value
value = instance.ShowChildComponentsInBOM2 |
C# | |
---|
System.int ShowChildComponentsInBOM2 {get; set;} |
C++/CLI | |
---|
property System.int ShowChildComponentsInBOM2 {
System.int get();
void set ( & System.int value);
} |
Property Value
Show child components in BOM as defined in
swDmShowChildComponentsInBOMResult
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2018 SP0