Click or drag to resize

VEngine.CodeCount Method

Returns the number of codes in a codeframe.

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.1.14
Syntax
C#
public int CodeCount(
	string frame
)

Parameters

frame  String
varname for simple or var.frame for hierarchic

Return Value

Int32
Number of codes
See Also