Click or drag to resize

EdgeTypeNewProperty Method

Creates a new Property.

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

Parameters

name
Type: SystemString
Unique name for the new Property.
dt
Type: VelocityGraphDataType
Data type for the new Property.
kind
Type: VelocityGraphPropertyKind
Property kind.

Return Value

Type: PropertyType
a Property.
See Also