- Contents
DesignerCOM API
II3IDStepEvents::Publish Method
Synopsis
This step event method is called prior to a step being published.
IDL Function Prototype
HRESULT Publish(
[in] II3IDStep * StepToPublish,
[in] II3IDICServer * Server
);
C/C++ Syntax
HRESULT Publish(II3IDStep * StepToPublish, II3IDICServer * Server);
Parameters
- StepToPublish
-
The II3IDStep object that will be published.
- Server
-
The II3IDICServer server object that the step will be published to.