Click or drag to resize

GraphNodeTo Method (Type)

Returns the representation of the GraphNode as an instance of the type provided.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Object To(
	Type type
)

Parameters

type
Type: SystemType

Return Value

Type: Object

Implements

IGraphNodeTo(Type)
Exceptions
ExceptionCondition
NotSupportedException Throws NotSupportedException when the target type is not supported
See Also