returns if cluster is root
Namespace:
FlowMapAssembly: FlowMap (in FlowMap.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsRoot As Boolean |
C# |
---|
public bool IsRoot { get; } |
Visual C++ |
---|
public: property bool IsRoot { bool get (); } |
JavaScript |
---|
function get_isRoot(); |