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