BARfly Help - BAR Interfacial Function Reference - BAR type lookup functions

  BAR::Get_Construct_Child_Count

Purpose: To retrieve the number of children belonging to a construct.

long Get_Construct_Child_Count(Construct_Identifier Construct_ID);


Parameters

Construct_Identifier Construct_ID: A construct identifier (generally name or UID).

Return Values

  • Nonnegative: Number of construct children.
  • Negative: Error code.

Remarks

This function retrieves the number of children belonging to the construct identified by Construct_ID.

If the construct by design has a variable number of children (block), the constant Variable_Child_Count is returned.

The function will fail if Construct_ID is not a valid identifier for a construct.

Construct_ID is a platform-dependent identifier.

Compatibility

  All Platforms Win32 C++ LIB
BAR version 1.1 1.1
  All Platforms Win32
BARfly version 1.0 1.0


  See also:  [BAR type lookup functions] [BAR loading and saving functions] [BAR node navigation functions]
[BAR node information functions] [BAR data reading functions] [BAR data writing functions] [BAR miscellaneous functions]


BARfly Help Copyright © 2009 Christopher Allen