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: 18.03.00
Syntax
C#
public bool AttemptToAttach(
	Object attachTarget
)

Parameters

attachTarget
Type: SystemObject
The object to attach to.

Return Value

Type: Boolean
True when successful

Implements

IAccessoryAspectAttemptToAttach(Object)
See Also