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


IACLayer2.LayerDefAxl Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACLayer2 Interface > IACLayer2.LayerDefAxl Property
ArcGIS Developer Help

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(
  IUnknown Pointer* layerDefElement
);
[C++]
Parameters
layerDefElement [out, retval]

layerDefElement is a parameter of type IUnknown*

Product Availability

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

See Also

IACLayer2 Interface