ArcObjects Library Reference  (Carto)    

ICadLayer.IsDgn Property

Indicates if the CAD drawing is a MicroStation file.

[Visual Basic 6.0]
Property IsDgn As Boolean
[Visual Basic .NET]
Public ReadOnly Property IsDgn As Boolean
[C#]
public bool IsDgn {get;}
[Java]
public boolean IsDgn()
throws
    IOException,
    AutomationException
[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

ICadLayer Interface | ILayer Interface

Example

ICadLayer IsDgn Example

 


Feedback Send feedback on this page