This document is archived and information here might be outdated. Recommended version. |
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*
ICadLayer Interface | ILayer Interface