ArcObjects Library Reference (DataSourcesFile)  

ICadDrawingDataset.IsDgn Property

Indicates whether Cad Dataset is an Microstation file.

[Visual Basic .NET]
Public ReadOnly Property IsDgn As Boolean
[C#]
public bool IsDgn {get;}
[C++]
HRESULT get_IsDgn(
  VARIANT_BOOL* IsDgn
);
[C++]

Parameters

IsDgn [out, retval]   IsDgn is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ICadDrawingDataset Interface