This document is archived and information here might be outdated. Recommended version. |
Indicates whether Cad Dataset is an AutoCad file.
[Visual Basic .NET]
Public Property IsAutoCad As Boolean
[C#]
public bool IsAutoCad {get; set;}
[C++]
HRESULT get_IsAutoCad(
Boolean* IsAutoCad
);
[C++]
HRESULT put_IsAutoCad(
VARIANT_BOOL IsAutoCad
);
[C++] Parameters IsAutoCad [out, retval]
IsAutoCad is a parameter of type bool* IsAutoCad [in]
IsAutoCad is a parameter of type bool