- Contents
DesignerCOM API
II3IDParameters::IsModifiable Property
get_IsModifiable
Returns whether or not the parameter collection is modifiable.
IDL Function Prototype
HRESULT IsModifiable(
[out, retval] VARIANT_BOOL * ParmCollectionIsModifiable
);
C/C++ Syntax
HRESULT get_IsModifiable(VARIANT_BOOL * ParmCollectionIsModifiable);
Parameters
- ParmCollectionIsModifiable
-
True if the parameter collection is modifiable; otherwise False.