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


IImageServerInit2.DynamicImageWorkspace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerInit2 Interface > IImageServerInit2.DynamicImageWorkspace Property
ArcGIS Developer Help

IImageServerInit2.DynamicImageWorkspace Property

The workspace used for adding rasters.

[Visual Basic .NET]
Public Property DynamicImageWorkspace As String
[C#]
public string DynamicImageWorkspace {get; set;}
[C++]
HRESULT get_DynamicImageWorkspace(
  BSTR pPath
);
[C++]
HRESULT put_DynamicImageWorkspace(
  System.String* pPath
);
[C++]
Parameters
pPath [in]

pPath is a parameter of type BSTR pPath [out, retval]
pPath is a parameter of type BSTR*

Product Availability

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

See Also

IImageServerInit2 Interface