Click or drag to resize

ExtensionShowInBillOfMaterials Method

Gets or gets whether a reference shows in the bill of materials tab.

Namespace:  CADSharpTools.PDM
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static MethodReturn<bool> ShowInBillOfMaterials(
	this IEdmReference5 reference,
	bool toggle
)

Parameters

reference
Type: IEdmReference5
Reference object.
toggle
Type: SystemBoolean
True to show the reference, false to hide.

Return Value

Type: MethodReturnBoolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmReference5. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also