ArcObjects Library Reference (SystemUtility)  

IElementHelper.ElementDetail Property

method ElementDetail.

ERROR: Syntax information about IElementHelper.ElementDetail may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT get_ElementDetail(
  BSTR sourceDoc,
  long index,
  esriDocumentHelperElementTypes type,
  BSTR* detail
);
[C++]

Parameters

sourceDoc [in]   sourceDoc is a parameter of type BSTR index [in]   index is a parameter of type long type

  type is a parameter of type esriDocumentHelperElementTypes

detail [out, retval]   detail is a parameter of type BSTR

See Also

IElementHelper Interface