This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICadSettings Interface > ICadSettings.EnableAllDgnFileExtensions Property (ArcObjects .NET 10.4 SDK) |
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