ArcObjects Library Reference  (Carto)    

ICadLayer.IsAutoCad Property

Indicates if the CAD drawing is an AutoCAD file.

[Visual Basic 6.0]
Property IsAutoCad As Boolean
[Visual Basic .NET]
Public ReadOnly Property IsAutoCad As Boolean
[C#]
public bool IsAutoCad {get;}
[Java]
public boolean IsAutoCad()
throws
    IOException,
    AutomationException
[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

Example

ICadLayer IsAutoCad Example

 


Feedback Send feedback on this page