LuaPart.BomInclude Property

PartProxy

LuaPartBomInclude Property

Set and get BomInclude property

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool BomInclude { get; set; }
Public Property BomInclude As Boolean
	Get
	Set
public:
property bool BomInclude {
	bool get ();
	void set (bool value);
}
member BomInclude : bool with get, set

Property Value

Type: Boolean
true if [bom include]; otherwise, false.
See Also