Click or drag to resize
IHierarchyXTGetStatusCodes Method
Gets the status codes represented by the supplied integer code.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static IEnumerable<HierarchyStatusCode> GetStatusCodes(
	int code
)

Parameters

code
Type: SystemInt32
Integer code.

Return Value

Type: IEnumerableHierarchyStatusCode
The status codes represented by the supplied integer code.
See Also