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


IDECadDrawingDataset.Is3d Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDECadDrawingDataset Interface > IDECadDrawingDataset.Is3d Property
ArcGIS Developer Help

IDECadDrawingDataset.Is3d Property

Indicates whether Cad Dataset is 3d.

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

Is3d is a parameter of type bool* Is3d [in]
Is3d is a parameter of type bool

Product Availability

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

See Also

IDECadDrawingDataset Interface