This document is archived and information here might be outdated. Recommended version. |
Indicates if the CAD drawing is 2D.
[Visual Basic .NET] Public ReadOnly Property Is2d As Boolean
[C#] public bool Is2d {get;}
[C++]
HRESULT get_Is2d(
Boolean* Is2d
);
[C++]
Parameters Is2d [out, retval]
Is2d is a parameter of type bool*
ICadLayer Interface | ILayer Interface