- Contents
DesignerCOM API
II3IDStep::InitObjectID Property
get_InitObjectID
Returns the initiator's object ID if the step type is an initiator.
IDL Function Prototype
HRESULT InitObjectID(
[out, retval] BSTR * InitObjID
);
C/C++ Syntax
HRESULT get_InitObjectID(BSTR * InitObjID);
Parameters
- InitObjID
-
An object ID is returned if this step is an initiator; otherwise an empty string.
put_InitObjectID
When the step type is an initiator, this sets the initiator's object ID.
IDL Function Prototype
HRESULT InitObjectID(
[in] BSTR InitObjID
);
C/C++ Syntax
HRESULT put_InitObjectID(BSTR InitObjID);
Parameters
- InitObjID
-
The object ID number that you wish to assign to this initiator step.