ArcObjects Library Reference (Carto)  

IACLayer2.LayerDefAxl Property

The layer def axl.

[Visual Basic .NET]
Public ReadOnly Property LayerDefAxl As Object
[C#]
public object LayerDefAxl {get;}
[C++]
HRESULT get_LayerDefAxl(
  LPUNKNOWN* layerDefElement
);
[C++]

Parameters

layerDefElement [out, retval]   layerDefElement is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IACLayer2 Interface