ArcObjects Library Reference (Carto)  

IACAxl.Element Property

The element that represents the XML.

[Visual Basic .NET]
Public Property Element As Object
[C#]
public object Element {get; set;}
[C++]
HRESULT get_Element(
  LPUNKNOWN* Element
);
[C++]
HRESULT putref_Element(
  LPUNKNOWN Element
);
[C++]

Parameters

Element [out, retval]   Element is a parameter of type LPUNKNOWN Element [in]   Element is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IACAxl Interface