SoEngineOutputEnable Method |
Enables or disables all connections from this output.
Namespace: OIV.Inventor.EnginesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Enable(
bool flag
)
Public Sub Enable (
flag As Boolean
)
public:
void Enable(
bool flag
)
member Enable :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks If the connections are disabled, values will not be output along them. By default, outputs are enabled.
See Also