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


IACLayer.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 > IACLayer Interface > IACLayer.LayerDefAxl Property
ArcGIS Developer Help

IACLayer.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

IACLayer Interface