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


ICadLayer.IsAutoCad Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* IsAutoCad
);
[C++]

Parameters IsAutoCad [out, retval] IsAutoCad is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ICadLayer Interface | ILayer Interface

.NET Related Topics

How to access members that control the CAD drawing dataset