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


IPublishLayer.PrepareForPublishing Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPublishLayer Interface > IPublishLayer.PrepareForPublishing Method
ArcGIS Developer Help

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