Indicates if the CAD drawing is 2D.
[Visual Basic 6.0] Property Is2d As Boolean
[Visual Basic .NET] Public ReadOnly Property Is2d As Boolean
[C#] public bool Is2d {get;}
[Java] public boolean Is2d() throws IOException, AutomationException
[C++]
HRESULT get_Is2d(
VARIANT_BOOL* Is2d
);
Parameters
Is2d [out, retval]
Is2d is a parameter of type VARIANT_BOOL
ICadLayer Interface | ILayer Interface