IObjectIsOf Method (String) |
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 bool IsOf(
string objTypeName
)
Parameters
- objTypeName
- Type: SystemString
The name of the object type the object is to be tested against.
Return Value
Type:
BooleanThe conformance test result.
See Also