This document is archived and information here might be outdated. Recommended version. |
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