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: 7.2.0.0 (7.2.7583.15464)
Syntax bool IsSubtypeOf(
IObjType pObjType
)
Parameters
- pObjType
- Type: PDTec.IceNet.Core.ModelIObjType
The potential supertype
Return Value
Type:
BooleanTrue if
this is subtype of
pObjType, false otherwise
See Also