- Contents
DesignerCOM API
II3IDParameter::IsClone Property
get_IsClone
Returns whether or not this is a parameter generated by the II3IDParameter::Clone method.
IDL Function Prototype
HRESULT IsClone(
[out, retval] VARIANT_BOOL * ParmIsClone
);
C/C++ Syntax
HRESULT get_IsClone(VARIANT_BOOL * ParmIsClone);
Parameters
- ParmIsClone
-
True if this parameter was generated using the II3IDParameter::Clone method; otherwise False.