This document is archived and information here might be outdated.  Recommended version.


IPublishLayer.PrepareForPublishing Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IPublishLayer.PrepareForPublishing Method

Prepare the layer for the publishing process.

[Visual Basic .NET]
Public Sub PrepareForPublishing ( _
)
[C#]
public void PrepareForPublishing (
);
[C++]
HRESULT PrepareForPublishing(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPublishLayer Interface