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