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


IServiceData.EmbeddedData Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IServiceData.EmbeddedData Property

Binary data representing result.

[Visual Basic .NET]
Public ReadOnly Property EmbeddedData As Byte[]
[C#]
public Byte[] EmbeddedData {get;}
[C++]
HRESULT get_EmbeddedData(
  Data* Data
);
[C++]

Parameters Data [out, retval] Data is a parameter of type

Product Availability

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

See Also

IServiceData Interface