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


ICadLayer.IsAutoCad Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadLayer Interface > ICadLayer.IsAutoCad Property
ArcGIS Developer Help

ICadLayer.IsAutoCad Property

Indicates if the CAD drawing is an AutoCAD file.

[Visual Basic .NET]
Public ReadOnly Property IsAutoCad As Boolean
[C#]
public bool IsAutoCad {get;}
[C++]
HRESULT get_IsAutoCad(
  Boolean* IsAutoCad
);
[C++]
Parameters
IsAutoCad [out, retval]

IsAutoCad is a parameter of type bool*

Product Availability

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

See Also

ICadLayer Interface | ILayer Interface