Click or drag to resize

KinematicJointDescriptionGetAccessWrights Method

[Missing <summary> documentation for "M:Demo3D.Components.KinematicJointDescription.GetAccessWrights(System.Boolean,System.Boolean)"]

Namespace:  Demo3D.Components
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
protected static AccessRights GetAccessWrights(
	bool canReadFromPLC,
	bool canWriteToPLC
)

Parameters

canReadFromPLC
Type: SystemBoolean

[Missing <param name="canReadFromPLC"/> documentation for "M:Demo3D.Components.KinematicJointDescription.GetAccessWrights(System.Boolean,System.Boolean)"]

canWriteToPLC
Type: SystemBoolean

[Missing <param name="canWriteToPLC"/> documentation for "M:Demo3D.Components.KinematicJointDescription.GetAccessWrights(System.Boolean,System.Boolean)"]

Return Value

Type: AccessRights

[Missing <returns> documentation for "M:Demo3D.Components.KinematicJointDescription.GetAccessWrights(System.Boolean,System.Boolean)"]

See Also