Click or drag to resize
IObjTypeAddSupertype Method
Adds an inheritance relationship to (another) supertype. Multiple inheritance is possible.

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#
void AddSupertype(
	IObjType pSupertype
)

Parameters

pSupertype
Type: PDTec.IceNet.Core.ModelIObjType
The supertype
See Also