Share

Publisher Class

Description

This .NET class implements events defined by the AcDMMReactor, AcPublishReactor, and AcPublishUiReactor ObjectARX classes.

Clients must derive from and instantiate AcDMMReactor. These reactors are called only during Publish to DWF operations. Clients are responsible for obtaining configuration data for their metadata publication from the AcPublishReactor.

Clients who want notifications of key publish events can derive from AcPublishReactor and implement their own reactors.

AcPublishUiReactor provides notification for AcPublish options UI events.

Class Hierarchy

Autodesk.AutoCAD.Publishing.Publisher

C#

public sealed class Publisher : MarshalByRefObject;

Visual Basic

Public sealed Class Publisher
Inherits MarshalByRefObject

Links

Publisher Methods, Publisher Properties, Publisher Events

Was this information helpful?