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


ICSMXform.ImageFile Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICSMXform.ImageFile Property

Fully qualified (NITF) file name of this ICSMXform.

[Visual Basic .NET]
Public Property ImageFile As String
[C#]
public string ImageFile {get; set;}
[C++]
HRESULT get_ImageFile(
  BSTR* pNITFImageFile
);
[C++]
HRESULT put_ImageFile(
  BSTR pNITFImageFile
);
[C++]

Parameters pNITFImageFile [out, retval] pNITFImageFile is a parameter of type BSTR pNITFImageFile [in] pNITFImageFile is a parameter of type BSTR

Product Availability

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

See Also

ICSMXform Interface