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


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

IDECadDrawingDataset.IsDgn Property

Indicates whether Cad Dataset is an Microstation file.

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

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

Product Availability

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

See Also

IDECadDrawingDataset Interface