- Contents
DesignerCOM API
II3IDParameters::ApplyToStep Method
Synopsis
Takes a cloned parameter collection and applies it to the original step where the collection came from.
IDL Function Prototype
HRESULT ApplyToStep(
[out, retval] VARIANT_BOOL * ParmsWereModified
);
C/C++ Syntax
HRESULT ApplyToStep(VARIANT_BOOL * ParmsWereModified);
Parameters
- ParmsWereModified
-
The return value is a Boolean that indicates whether parameters were actually changed.