This document is archived and information here might be outdated.  Recommended version.


ICadLayer.Is2d Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ICadLayer.Is2d Property

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(
  VARIANT_BOOL* Is2d
);
[C++]

Parameters Is2d [out, retval] Is2d is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICadLayer Interface | ILayer Interface

.NET Related Topics

How to access members that control the CAD drawing dataset