This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadLayer Interface > ICadLayer.IsDgn Property (ArcObjects .NET 10.4 SDK) |
Indicates if the CAD drawing is a 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
ICadLayer Interface | ILayer Interface