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


IApplanixBuilder.ImageFolder Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IApplanixBuilder.ImageFolder Property

Input image location.

[Visual Basic .NET]
Public Property ImageFolder As String
[C#]
public string ImageFolder {get; set;}
[C++]
HRESULT get_ImageFolder(
  BSTR pImageFolder
);
[C++]
HRESULT put_ImageFolder(
  System.String* pImageFolder
);
[C++]

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

Product Availability

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

See Also

IApplanixBuilder Interface