Feedback

  • Contents
 

II3IDExitPaths::IsModifiable Property

get_IsModifiable

Returns whether or not the exit path collection is modifiable.

IDL Function Prototype

HRESULT IsModifiable(

   [out, retval] VARIANT_BOOL * ExitPathCollectionIsModifiable

);

C/C++ Syntax

HRESULT get_IsModifiable(VARIANT_BOOL * ExitPathCollectionIsModifiable);

Parameters

ExitPathCollectionIsModifiable

True if the collection is modifiable; False if the collection is read-only.