GraphSonUtilityJsonFromElement Method (IElement) |
Creates GraphSON for a single graph element.
Namespace:
Frontenac.Blueprints.Util.IO.GraphSON
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic JObject JsonFromElement(
IElement element
)
Public Function JsonFromElement (
element As IElement
) As JObject
public:
JObject^ JsonFromElement(
IElement^ element
)
member JsonFromElement :
element : IElement -> JObject
Parameters
- element
- Type: Frontenac.BlueprintsIElement
[Missing <param name="element"/> documentation for "M:Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.JsonFromElement(Frontenac.Blueprints.IElement)"]
Return Value
Type:
JObject[Missing <returns> documentation for "M:Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.JsonFromElement(Frontenac.Blueprints.IElement)"]
See Also