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


ICSMXform.ImageFile Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICSMXform Interface > ICSMXform.ImageFile Property
ArcGIS Developer Help

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(
  System.String* 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