- Contents
DesignerCOM API
II3IDExitPath::IsCustom Property
get_IsCustom
Indicates whether or not this exit path was added externally by the tool.
IDL Function Prototype
HRESULT IsCustom(
[out, retval] VARIANT_BOOL * ExitPathIsCustom
);
C/C++ Syntax
HRESULT get_IsCustom(VARIANT_BOOL * ExitPathIsCustom);
Parameters
- ExitPathIsCustom
-
True if this exit path was added externally by the tool; otherwise False.