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


IIMSFeatureClass.Axl Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > II > IIMSFeatureClass Interface > IIMSFeatureClass.Axl Property
ArcGIS Developer Help

IIMSFeatureClass.Axl Property

The Feature Class AXL.

[Visual Basic .NET]
Public ReadOnly Property Axl As String
[C#]
public string Axl {get;}
[C++]
HRESULT get_Axl(
  System.String* Axl
);
[C++]
Parameters
Axl [out, retval]

Axl is a parameter of type BSTR*

Product Availability

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

See Also

IIMSFeatureClass Interface