C-DEngine 5.105

cdeP..::..GetAllProperties Method (Int32)

returns a list of all sub-properties of the cdeP as well as their sub-properties up to the specified nesting level

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public IEnumerable<cdeP> GetAllProperties(
	int maxSubPropertyLevel
)
Public Function GetAllProperties ( _
	maxSubPropertyLevel As Integer _
) As IEnumerable(Of cdeP)
public:
IEnumerable<cdeP^>^ GetAllProperties(
	int^ maxSubPropertyLevel
)

Parameters

maxSubPropertyLevel
Type: Int32
Indicates the maximum nesting level of sub-properties. 0 = only top-level properties, 1 = only top-level properties and their immediate sub-properties etc.

Return Value