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

Parameters

attachTarget
Type: SystemObject

Return Value

Type: Boolean
True when successful

Implements

IAccessoryAspectAttemptToAttach(Object)
See Also