- Contents
DesignerCOM API
II3IDParameters::IsClone Property
get_IsClone
Indicates whether or not the parameter collection is a cloned collection.
IDL Function Prototype
HRESULT IsClone(
[out, retval] VARIANT_BOOL * ParmCollectionIsClone
);
C/C++ Syntax
HRESULT get_IsClone(VARIANT_BOOL * ParmCollectionIsClone);
Parameters
- ParmCollectionIsClone
-
True if the collection was cloned from another; otherwise False.