Click or drag to resize

IGraphNodeIsScalar 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#
bool IsScalar { get; }

Property Value

Type: Boolean
See Also