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


IDEImageServer.ClientXADefProps Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDEImageServer.ClientXADefProps Property

ClientXADef property of Image Server Layer.

[Visual Basic .NET]
Public Property ClientXADefProps As String
[C#]
public string ClientXADefProps {get; set;}
[C++]
HRESULT get_ClientXADefProps(
  BSTR* ClientXADef
);
[C++]
HRESULT put_ClientXADefProps(
  BSTR ClientXADef
);
[C++]

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

Product Availability

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

See Also

IDEImageServer Interface