Click or drag to resize
IObjectIsOf Method (IObjType)
Indicates if the object conforms to a specific object type directly or indirectly (is a subtype of).

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 IsOf(
	IObjType pObjType
)

Parameters

pObjType
Type: PDTec.IceNet.Core.ModelIObjType
The object type the object is to be tested against.

Return Value

Type: Boolean
The conformance test result.
See Also