ArcObjects Library Reference  (Carto)    

ICadLayer.Is3d Property

Indicates if the CAD drawing is 3D.

[Visual Basic 6.0]
Property Is3d As Boolean
[Visual Basic .NET]
Public ReadOnly Property Is3d As Boolean
[C#]
public bool Is3d {get;}
[Java]
public boolean Is3d()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Is3d(
  VARIANT_BOOL* Is3d
);
[C++]

Parameters

Is3d [out, retval]

  Is3d is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ICadLayer Interface | ILayer Interface

Example

ICadLayer Is3d Example

 


Feedback Send feedback on this page