Click or drag to resize

ProtocolSocketRemoveAspect Method

Removes an aspect from a socket.

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

Parameters

typeOfAspect
Type: SystemType
The type of the aspect to remove.

Return Value

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