IObjectIsOf Method (String) |
Indicates if the object conforms to a specific object type directly
or indirectly (is a subtype of).
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxbool 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