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: 7.2.0.0 (7.2.7583.15464)
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