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