Skip to main content

IModel.As(IClass) Method

Namespace: NextDesign.Core

Description

Checks if this instance is compatible with the specified class type.
Returns True if this instance is an instance of the specified class or one of its subclasses.

Argument

NameTypeDescription
targetClassIClassClass

Return value

  • bool