Click or drag to resize

GraphNodeIsScalar Property

Returns true if the underlying value is a scalar value (string, double, boolean, ...).

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public bool IsScalar { get; }

Property Value

Type: Boolean

Implements

IGraphNodeIsScalar
See Also