Click or drag to resize

ConnectionUnlink Method

Remove a 'link' reference count.

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

Parameters

owner
Type: SystemObject
The owner of the reference.

Return Value

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