| GraphNodeTo Method (Type) | 
            Returns the representation of the 
GraphNode as an instance of the type provided.
            
 
Namespace: Dse.GraphAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic Object To(
	Type type
)
Parameters
- type
 - Type: SystemType
 
Return Value
Type: 
ObjectImplements
IGraphNodeTo(Type)
Exceptions| Exception | Condition | 
|---|
| NotSupportedException | 
            Throws NotSupportedException when the target type is not supported
             | 
See Also