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


IBasicImageView.Save Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBasicImageView.Save Method

Saves an image view.

[Visual Basic .NET]
Public Function Save ( _
) As Object
[C#]
public object Save (
);
[C++]
HRESULT Save(
  VARIANT* pvtDefinition
);
[C++]

Parameters pvtDefinition [out, retval] pvtDefinition is a parameter of type VARIANT

Product Availability

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

See Also

IBasicImageView Interface