ArcObjects Library Reference (Carto)  

ILayerFile.Save Method

Save the contents of the layer file to the bound file.

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

Product Availability

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

See Also

ILayerFile Interface