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


ICadSettings.EnableAllDgnFileExtensions Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ICadSettings.EnableAllDgnFileExtensions Property

Indicates whether the use of Dgn files with any file extension is enabled.

[Visual Basic .NET]
Public Property EnableAllDgnFileExtensions As Boolean
[C#]
public bool EnableAllDgnFileExtensions {get; set;}
[C++]
HRESULT get_EnableAllDgnFileExtensions(
  VARIANT_BOOL* pEnabled
);
[C++]
HRESULT put_EnableAllDgnFileExtensions(
  VARIANT_BOOL pEnabled
);
[C++]

Parameters pEnabled [out, retval] pEnabled is a parameter of type VARIANT_BOOL pEnabled [in] pEnabled is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ICadSettings Interface

.NET Related Topics

How to enable DGN files with any extension