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: 19.00.00
Syntax
C#
protected static AccessRights GetAccessWrights(
	bool canReadFromPLC,
	bool canWriteToPLC
)

Parameters

canReadFromPLC  Boolean

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

canWriteToPLC  Boolean

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

Return Value

AccessRights

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

See Also