Here is the signature for the IsInstanceOf function:
VARIANT_BOOL IsInstanceOf(VARIANT ClassId)
The following table contains the valid arguments for the IsInstanceOf function:
|
Parameter |
Valid Type/Value |
Description |
|---|---|---|
|
ClassId |
VT_BSTR – ID of an object class |
Identifies a target object class by the given identifier. |
|
ClassId |
VT_BSTR – Name of an object class |
Identifies an object class by the given name. |
Note: For information about valid object class names and identifiers, see the HTML document ERwin Metamodel Reference, in the Metamodel Reference Bookshelf located in the ERwin Data Modeler r8 directory.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |