Click or drag to resize

Graph.NewEdgeProperty Method

Creates a new Property.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public PropertyType NewEdgeProperty(
	EdgeType edgeType,
	string name,
	DataType dt,
	PropertyKind kind
)

Parameters

edgeType
Type: VelocityGraph.EdgeType
Node or edge type identifier.
name
Type: System.String
Unique name for the new Property.
dt
Type: VelocityGraph.DataType
Data type for the new Property.
kind
Type: VelocityGraph.PropertyKind
Property kind.

Return Value

Type: PropertyType
Unique Property identifier.
See Also