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


IDocumentationInfo.EmbeddedData Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDocumentationInfo.EmbeddedData Property

Embedded data of the documentation.

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

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

Product Availability

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

See Also

IDocumentationInfo Interface