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


IDECadDrawingDataset.Is2d 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.Is2d Property
ArcGIS Developer Help

IDECadDrawingDataset.Is2d Property

Indicates whether Cad Dataset is 2d.

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

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

Product Availability

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

See Also

IDECadDrawingDataset Interface