Term.ChildCount Property
Note: This API is now obsolete.
Number of children of the expression component. Can get values:
- "0" - for the Operand;
- "1" - for the Bracket;
- "1" or "2" - for the Operator;
- More then "1" or equal - for the Function.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
[ObsoleteAttribute("Use ArgsCount instead", false)]
public int ChildCount { get; set; }
<ObsoleteAttribute("Use ArgsCount instead", false)>
Public Property ChildCount As Integer
Get
Set
public:
[ObsoleteAttribute(L"Use ArgsCount instead", false)]
property int ChildCount {
int get ();
void set (int value);
}
[<ObsoleteAttribute("Use ArgsCount instead", false)>]
member ChildCount : int with get, set
Property Value
Int32