Click or drag to resize
ModelUtilsGetAllSubtypes Method (IObjType)
Gets all subtypes of the object type recursively.

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static ICollection<IObjType> GetAllSubtypes(
	IObjType pObjType
)

Parameters

pObjType
Type: PDTec.IceNet.Core.ModelIObjType
The object type.

Return Value

Type: ICollectionIObjType
A collection of all subtypes.
See Also