| ModelUtilsGetAllSubtypes Method (IObjType, Boolean) | 
            Gets all subtypes of the object type recursively.
            
 
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static ICollection<IObjType> GetAllSubtypes(
	IObjType pObjType,
	bool collectAbstractTypes
)
Parameters
- pObjType
 - Type: PDTec.IceNet.Core.ModelIObjType
The object type. - collectAbstractTypes
 - Type: SystemBoolean
Specifies if abstract types should be contained in the result collection. 
Return Value
Type: 
ICollectionIObjTypeA collection of all subtypes.
See Also