Click or drag to resize

ConnectionUnlink Method

Remove a 'link' reference count.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public bool Unlink(
	Object owner
)

Parameters

owner  Object
The owner of the reference.

Return Value

Boolean
True if it's the last link.
See Also