INodeHasSupport Method

Returns a value indicating whether the node carries a support of given type

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
bool HasSupport(
	SupportType supportType
)

Parameters

supportType
Type: TSD.API.Remoting.SolverSupportType
The support type to check

Return Value

Type: Boolean
A value indicating whether the node carries a support of given type
See Also