Click or drag to resize

AccessoryAspectAttemptToAttach Method

Attempt to attach to the desired object. The object must be of a type that appears in AttachableVisualTypes or AttachableAspectTypes.

Namespace: Demo3D.Components
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public bool AttemptToAttach(
	Object attachTarget
)

Parameters

attachTarget  Object
The object to attach to.

Return Value

Boolean
True when successful

Implements

IAccessoryAspectAttemptToAttach(Object)
See Also