In This Topic
Boolean flag that shows wether the drill is fabricated always. even if the terminal strip is not fixed directly on the panel
Syntax
public bool FabricateAlways {get; set;}
public:
property bool FabricateAlways {
bool get();
void set ( bool value);
}
See Also