SoBaseKitCallSetUpConnections Method |
Note: This API is now obsolete.
Calls CallSetUpConnections(onOff, false).
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool CallSetUpConnections(
bool onOff
)
<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function CallSetUpConnections (
onOff As Boolean
) As Boolean
public:
[ObsoleteAttribute(L"Method is erroneousnly public. It would be inaccessible in future release.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool CallSetUpConnections(
bool onOff
)
[<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member CallSetUpConnections :
onOff : bool -> bool
Parameters
- onOff
- Type: SystemBoolean
Return Value
Type:
Boolean
Remarks
See Also