Click or drag to resize

ProtocolSocketRemoveAspect Method

Removes an aspect from a socket.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
public bool RemoveAspect(
	Type typeOfAspect
)

Parameters

typeOfAspect  Type
The type of the aspect to remove.

Return Value

Boolean
True if an aspect was found and removed.
Remarks
Thread safe.
See Also