Click or drag to resize
IObjTypeIsSubtypeOf Method
Indicates if the object type is a direct or indirect subtype of the argument.

Namespace: PDTec.IceNet.Core.Model
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
bool IsSubtypeOf(
	IObjType pObjType
)

Parameters

pObjType
Type: PDTec.IceNet.Core.ModelIObjType
The potential supertype

Return Value

Type: Boolean
True if this is subtype of pObjType, false otherwise
See Also