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


ICadLayer.Is3d Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadLayer Interface > ICadLayer.Is3d Property
ArcGIS Developer Help

ICadLayer.Is3d Property

Indicates if the CAD drawing is 3D.

[Visual Basic .NET]
Public ReadOnly Property Is3d As Boolean
[C#]
public bool Is3d {get;}
[C++]
HRESULT get_Is3d(
  Boolean* Is3d
);
[C++]
Parameters
Is3d [out, retval]

Is3d is a parameter of type bool*

Product Availability

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

See Also

ICadLayer Interface | ILayer Interface