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


ICadSettings.EnableAllDgnFileExtensions Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICadSettings Interface > ICadSettings.EnableAllDgnFileExtensions Property
ArcGIS Developer Help

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(
  Boolean* pEnabled
);
[C++]
HRESULT put_EnableAllDgnFileExtensions(
  VARIANT_BOOL pEnabled
);
[C++]
Parameters
pEnabled [out, retval]

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

Product Availability

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

See Also

ICadSettings Interface